Skip to content

Commit

Permalink
Removed __test__ flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ashah-splunk committed Feb 5, 2024
1 parent 54a6926 commit 0738778
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/searchcommands/test_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,5 @@ def test_option(self):
self.assertEqual(observed, expected)


TestSearchCommand.__test__ = False

if __name__ == "__main__":
main()
3 changes: 0 additions & 3 deletions tests/searchcommands/test_internals_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ def _run(self):
# test.record()
# test.playback()

Test.__test__ = False
TestRecorder.__test__ = False


if __name__ == "__main__":
main()
3 changes: 0 additions & 3 deletions tests/searchcommands/test_search_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,5 @@ def test_process_scpv2(self):
_package_directory = os.path.dirname(os.path.abspath(__file__))


TestCommand.__test__ = False
TestStreamingCommand.__test__ = False

if __name__ == "__main__":
main()

0 comments on commit 0738778

Please sign in to comment.