diff --git a/tests/searchcommands/test_decorators.py b/tests/searchcommands/test_decorators.py index 93fbdcca..de2cf9a2 100755 --- a/tests/searchcommands/test_decorators.py +++ b/tests/searchcommands/test_decorators.py @@ -462,7 +462,5 @@ def test_option(self): self.assertEqual(observed, expected) -TestSearchCommand.__test__ = False - if __name__ == "__main__": main() diff --git a/tests/searchcommands/test_internals_v2.py b/tests/searchcommands/test_internals_v2.py index ead7a796..29fbba97 100755 --- a/tests/searchcommands/test_internals_v2.py +++ b/tests/searchcommands/test_internals_v2.py @@ -409,9 +409,6 @@ def _run(self): # test.record() # test.playback() -Test.__test__ = False -TestRecorder.__test__ = False - if __name__ == "__main__": main() diff --git a/tests/searchcommands/test_search_command.py b/tests/searchcommands/test_search_command.py index 8ecb3fd7..69800c18 100755 --- a/tests/searchcommands/test_search_command.py +++ b/tests/searchcommands/test_search_command.py @@ -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()