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

Update sample_test.py

parent 78e2c544
No related branches found
No related tags found
No related merge requests found
Pipeline #45 passed
...@@ -33,7 +33,9 @@ class TestBasicFunction(unittest.TestCase): ...@@ -33,7 +33,9 @@ class TestBasicFunction(unittest.TestCase):
print("Check add new path 0:") print("Check add new path 0:")
print(sys.path[0]) print(sys.path[0])
import align import align
self.assertFalse(False) s = str(type(align))
self.assertEqual(s, "<class 'module'>")
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment