Skip to content

Commit de2aa4f

Browse files
committed
Fixed command typo
1 parent ddc4977 commit de2aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fibonacci(30) = 832040
3939
Run tests and view XML xUnit-style test report:
4040

4141
```
42-
$ py.test --junit-xml report.xml
42+
$ py.test --junit-xml=report.xml
4343
============================= test session starts ==============================
4444
platform linux2 -- Python 2.7.5 -- py-1.4.27 -- pytest-2.7.0
4545
rootdir: /home/mjj/prog-skills/build_and_test_examples/python, inifile:

0 commit comments

Comments
 (0)