Skip to content
Snippets Groups Projects
Commit ced70275 authored by ojs1g14's avatar ojs1g14
Browse files

Update sample_test.py

parent f851b45b
No related branches found
No related tags found
No related merge requests found
Pipeline #47 failed
......@@ -34,7 +34,8 @@ class TestBasicFunction(unittest.TestCase):
print(sys.path[0])
import core
s = str(type(core))
self.assertEqual(s, "<class 'module'>")
print(s)
self.assertFalse(False)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment