Commit 23206ec9 authored by Eteri's avatar Eteri

fix test

parent d9423d45
......@@ -23,5 +23,5 @@ class TestPost(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
suite = unittest.TestLoader().loadTestsFromTestCase(TestPost)
unittest.TextTestRunner(verbosity=2).run(suite)
\ No newline at end of file
#suite = unittest.TestLoader().loadTestsFromTestCase(TestPost)
#unittest.TextTestRunner(verbosity=2).run(suite)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment