should have pid-file on windows too, now

This commit is contained in:
meejah 2022-09-15 19:59:18 -06:00
parent 3bfb60c6f4
commit cad162bb8f

View File

@ -151,7 +151,7 @@ class RunTests(SyncTestCase):
"""
Tests for ``run``.
"""
@skipIf(platform.isWindows(), "There are no PID files on Windows.")
def test_non_numeric_pid(self):
"""
If the pidfile exists but does not contain a numeric value, a complaint to