Skip to content
Snippets Groups Projects
test_yeastx.py 221 B
Newer Older
  • Learn to ignore specific revisions
  • #!/usr/bin/python
    import settings
    import systemtest.testcase
    
    class TestCase(systemtest.testcase.TestCase):
        def execute(self):
            self.installOpenbis()
            
    TestCase(settings.REPOSITORY, __file__).runTest()