mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-31 13:50:09 +01:00
move files from _config to _gen
This commit is contained in:
parent
7e611973ee
commit
44664bdd1b
|
|
@ -13,7 +13,7 @@ echo.
|
|||
echo Build Doxygen Documentation
|
||||
echo.
|
||||
cd ..
|
||||
_bin\win\doxygen\doxygen.exe "_config\doxygen.ini"
|
||||
_bin\win\doxygen\doxygen.exe _gen/doxygen.ini
|
||||
echo.
|
||||
echo.
|
||||
pause
|
||||
|
|
@ -28,7 +28,7 @@ if "%test%" == "" (
|
|||
|
||||
:start
|
||||
echo.
|
||||
python -m pytest -c "_config/pytest.ini" -v --pep8 --cov --cov-report=term-missing
|
||||
python -m pytest -c "_gen/pytest.ini" -v --pep8 --cov --cov-report=term-missing
|
||||
echo.
|
||||
echo --- Hit any key to repeat ---
|
||||
pause
|
||||
|
|
@ -37,7 +37,7 @@ goto start
|
|||
|
||||
:start_spec
|
||||
echo.
|
||||
python -m pytest test/test_%test%.py -c "_config/pytest.ini" -v --pep8 --cov --cov-report=term-missing
|
||||
python -m pytest test/test_%test%.py -c "_gen/pytest.ini" -v --pep8 --cov --cov-report=term-missing
|
||||
echo.
|
||||
echo --- Hit any key to repeat ---
|
||||
pause
|
||||
|
|
|
|||
Loading…
Reference in a new issue