Skip to content

Commit 0738778

Browse files
committed
Removed __test__ flags
1 parent 54a6926 commit 0738778

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

tests/searchcommands/test_decorators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,5 @@ def test_option(self):
462462
self.assertEqual(observed, expected)
463463

464464

465-
TestSearchCommand.__test__ = False
466-
467465
if __name__ == "__main__":
468466
main()

tests/searchcommands/test_internals_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ def _run(self):
409409
# test.record()
410410
# test.playback()
411411

412-
Test.__test__ = False
413-
TestRecorder.__test__ = False
414-
415412

416413
if __name__ == "__main__":
417414
main()

tests/searchcommands/test_search_command.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,5 @@ def test_process_scpv2(self):
266266
_package_directory = os.path.dirname(os.path.abspath(__file__))
267267

268268

269-
TestCommand.__test__ = False
270-
TestStreamingCommand.__test__ = False
271-
272269
if __name__ == "__main__":
273270
main()

0 commit comments

Comments
 (0)