Skip to content

Commit

Permalink
Try an import check again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segev BenZvi committed Aug 19, 2024
1 parent 28e37e7 commit a58ed3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BEMEWS/test/test_00_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

class TestInit(unittest.TestCase):
def test_import(self):
#import_module('BEMEWS')
#self.assertTrue('BEMEWS' in sys.modules)
self.assertTrue(True)
import_module('BEMEWS')
self.assertTrue('BEMEWS' in sys.modules)
#self.assertTrue(True)

0 comments on commit a58ed3a

Please sign in to comment.