We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685aea2 commit e6cb5b0Copy full SHA for e6cb5b0
unit_tests/test_Utils.py
@@ -313,6 +313,5 @@ def test_load_source(self):
313
module = Utils.load_source("temp_testfile", filename, inspect)
314
self.assertEqual(module.hello(), 'Hello, world!')
315
316
-
317
if __name__ == "__main__":
318
unittest.main()
0 commit comments