()
| 32 | tdir = OLITestLib.create_test_dir(suffix=__name__) |
| 33 | |
| 34 | def tearDownModule(): |
| 35 | logging.info("Tear Down test module") |
| 36 | # comment out next line to keep testdir after test runs. TODO: make nicer |
| 37 | OLITestLib.delete_test_dir() |
| 38 | |
| 39 | #Stuff that can be used |
| 40 | #self.assertEqual(self.seq, range(10)) |
nothing calls this directly
no test coverage detected