We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab302ac commit 4569009Copy full SHA for 4569009
Lib/test/test_dtrace.py
@@ -103,7 +103,7 @@ class SystemTapBackend(TraceBackend):
103
COMMAND = ["stap", "-g"]
104
105
106
-@unittest.skipIf(MS_WINDOWS, "Tests not compliant with trace on Windows")
+@unittest.skipIf(MS_WINDOWS, "Tests not compliant with trace on Windows.")
107
class TraceTests:
108
# unittest.TestCase options
109
maxDiff = None
0 commit comments