File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ def test_module_name(self) -> None:
717
717
assert "Use 'coverage help' for help" in out
718
718
719
719
@pytest .mark .skipif (env .WINDOWS , reason = "This test is not for Windows" )
720
- def test_save_signal (self ) -> None :
720
+ def test_save_signal_usr1 (self ) -> None :
721
721
test_file = "dummy_hello.py"
722
722
self .assert_doesnt_exist (".coverage" )
723
723
self .make_file (test_file , """\
@@ -747,7 +747,7 @@ def test_save_signal(self) -> None:
747
747
748
748
# Negative test for signal
749
749
@pytest .mark .skipif (env .WINDOWS , reason = "This test is not for Windows" )
750
- def test_save_signal_no_send (self ) -> None :
750
+ def test_save_signal_kill (self ) -> None :
751
751
test_file = "dummy_hello.py"
752
752
self .assert_doesnt_exist (".coverage" )
753
753
self .make_file (test_file , """\
You can’t perform that action at this time.
0 commit comments