Documentation
1
2
3
4
5
6
7
8
9
@echo on

call activate %VIRTUALENV%

mkdir %TMP_FOLDER%
cd %TMP_FOLDER%

set RUST_BACKTRACE=1
pytest -sv --junitxml=%JUNITXML% --showlocals --pyargs vtext