Skip to content

Commit fd6d41b

Browse files
Test: remove unintended unittest.main() in live collector tests (#143590)
1 parent af9f783 commit fd6d41b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_profiling/test_sampling_profiler/test_live_collector_interaction.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,6 @@ def test_filter_prompt_displayed(self):
705705
self.assertTrue(self.display.contains_text("myfilter"))
706706

707707

708-
if __name__ == "__main__":
709-
unittest.main()
710-
711-
712708
class TestLiveCollectorThreadNavigation(unittest.TestCase):
713709
"""Tests for thread navigation functionality."""
714710

0 commit comments

Comments
 (0)