cryptonas/plugins/volume_automount/unittests.py

12 lines
296 B
Python
Raw Normal View History

import cryptobox.web.testclass
2006-11-14 13:32:25 +01:00
class unittests(cryptobox.web.testclass.WebInterfaceTestClass):
2006-11-14 13:32:25 +01:00
def test_read_form(self):
url = self.URL + "volume_automount?weblang=en&device=%2Fdev%2Floop1"
self.register_auth(url)
self.cmd.go(url)
self.cmd.find('Activate')
2006-11-14 13:32:25 +01:00
self.cmd.find('startup')