Skip to content

Commit b81fdc1

Browse files
[TESTING] fixed some bad whitespace (- WIP #60 -)
### ChangeLog: Changes in file tests/context.py: def checkCovCommand(args=[None]):
1 parent 69067f3 commit b81fdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def checkCovCommand(args=[None]):
267267
268268
>>> checkCovCommand(["coverage", "script.py"]) # missing 'run'
269269
['coverage', 'run', '-p', '--context=Integration', '--source=multicast', 'script.py']
270-
270+
271271
>>> checkCovCommand(["coverage run", "script.py"]) # NOT missing 'run'
272272
['coverage', 'run', '-p', '--context=Integration', '--source=multicast', 'script.py']
273273

0 commit comments

Comments
 (0)