cryptonas-branches/pythonrewrite/plugins/disks/unittests.py

10 lines
227 B
Python

import WebInterfaceTestClass
class unittests(WebInterfaceTestClass.WebInterfaceTestClass):
def test_read_form(self):
'''display all devices'''
self.cmd.go(self.URL + "plugins/disks?weblang=en")
self.cmd.find("Disks")