mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-09 00:03:57 +00:00
move files from _config to _gen
This commit is contained in:
parent
7e611973ee
commit
44664bdd1b
4 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
2490
_gen/doxygen.ini
Normal file
2490
_gen/doxygen.ini
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
19
_gen/pytest.ini
Normal file
19
_gen/pytest.ini
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# ____ ____ ______ __ __ __ _____
|
||||
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
||||
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
||||
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
||||
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
||||
# German BOS Information Script
|
||||
# by Bastian Schroll
|
||||
|
||||
[pytest]
|
||||
log_file=log/test.log
|
||||
log_file_level=debug
|
||||
log_file_format=%(asctime)s - %(module)-12s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
log_file_date_format=%d.%m.%Y %H:%M:%S
|
||||
|
||||
#pep8 plugin
|
||||
pep8ignore = E402, E501 # import not at top
|
||||
# E501 # line too long
|
||||
# pep8maxlinelength = 99
|
||||
Loading…
Add table
Add a link
Reference in a new issue