Merge pull request #1410 from milliams/master

Correct JUnit test invocation example
This commit is contained in:
Bruno Oliveira 2016-02-23 08:06:21 -03:00
commit 3a6a0f1220
1 changed files with 1 additions and 1 deletions

View File

@ -748,4 +748,4 @@ over to ``pytest`` instead. For example::
This makes it convenient to execute your tests from within your frozen
application, using standard ``py.test`` command-line options::
./app_main --pytest --verbose --tb=long --junit-xml=results.xml test-suite/
./app_main --pytest --verbose --tb=long --junitxml=results.xml test-suite/