FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit fc2fe2a0 authored by L. Bower's avatar L. Bower
Browse files

experimenting with unit tests

parent 3b284e78
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ from integration.partial.test_advisory import TestAdvisory
def run_tests_and_report(output: str):
tests: TestSuite = TestSuite()
# tests.addTests(TestLoader().loadTestsFromTestCase(TestDeposition))
tests.addTests(TestLoader().loadTestsFromTestCase(TestDeposition))
tests.addTests(TestLoader().loadTestsFromTestCase(TestEnvSuit))
# tests.addTests(TestLoader().loadTestsFromTestCase(TestSurvey))
# tests.addTests(TestLoader().loadTestsFromTestCase(TestAdvisory))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment