9 lines
223 B
Python
9 lines
223 B
Python
import cryptobox.web.testclass
|
|
|
|
class unittests(cryptobox.web.testclass.WebInterfaceTestClass):
|
|
|
|
def test_read_form(self):
|
|
'''display all devices'''
|
|
self.cmd.go(self.URL + "disks?weblang=en")
|
|
self.cmd.find("Disks")
|
|
|