cryptonas/plugins/plugin_manager/unittests.py

11 lines
251 B
Python
Raw Normal View History

import cryptobox.web.testclass
2006-11-06 17:05:00 +01:00
class unittests(cryptobox.web.testclass.WebInterfaceTestClass):
2006-11-06 17:05:00 +01:00
def test_read_form(self):
url = self.URL + "plugin_manager?weblang=en"
self.register_auth(url)
self.cmd.go(url)
self.cmd.find('Plugin Manager')