Change cx_freeze example to not use regendoc
This commit is contained in:
parent
e8583f01a0
commit
d49fb8a2d5
|
@ -743,5 +743,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/
|
||||
/bin/sh: ./app_main: No such file or directory
|
||||
./app_main --pytest --verbose --tb=long --junit-xml=results.xml test-suite/
|
||||
|
|
Loading…
Reference in New Issue