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 45271b2 commit 31bfb2fCopy full SHA for 31bfb2f
codeflash/discovery/discover_unit_tests.py
@@ -36,7 +36,7 @@
36
37
38
@final
39
-class PytestExitCode(enum.IntEnum): # don't need to import entire pytest just for this
+class PytestExitCode(enum.IntEnum): # don't need to import entire pytest just for this
40
#: Tests passed.
41
OK = 0
42
#: Tests failed.
0 commit comments