We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725bf63 commit d0e5a23Copy full SHA for d0e5a23
1 file changed
src/clusterfuzz/_internal/system/environment.py
@@ -1240,4 +1240,4 @@ def is_tworker():
1240
1241
def is_running_unit_tests() -> bool:
1242
"""Returns whether or not we're running unit tests."""
1243
- return get_value('PY_UNITTESTS', False)
+ return get_value('PY_UNITTESTS', False)
0 commit comments