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 b0fc5e0 commit aa386dbCopy full SHA for aa386db
tests/test_usage.py
@@ -97,8 +97,10 @@ def checkPythonCommand(args=None, stderr=None):
97
98
@profiling.do_cprofile
99
def timePythonCommand(args=None, stderr=None):
100
- """Function for backend subprocess check_output command
101
- with support for coverage and profiling."""
+ """
+ Function for backend subprocess check_output command
102
+ with support for coverage and profiling.
103
104
if args is None:
105
args = [None]
106
return checkPythonCommand(args, stderr)
0 commit comments