mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
some little cleanups
This commit is contained in:
parent
dc5c0dab5e
commit
4508d4dfb8
19 changed files with 12 additions and 251 deletions
25
test/pytest.ini
Normal file
25
test/pytest.ini
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# ____ ____ ______ __ __ __ _____
|
||||
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
||||
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
||||
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
||||
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
||||
# German BOS Information Script
|
||||
# by Bastian Schroll
|
||||
|
||||
[pytest]
|
||||
addopts = -v --pep8 --cov=boswatch/ --cov-report=term-missing --log-level=CRITICAL
|
||||
|
||||
# classic or progress
|
||||
console_output_style = progress
|
||||
|
||||
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
|
||||
# E402 # import not at top
|
||||
# E501 # line too long
|
||||
# pep8maxlinelength = 99
|
||||
Loading…
Add table
Add a link
Reference in a new issue