mirror of
https://github.com/crowdsecurity/cs-firewall-bouncer.git
synced 2024-08-19 01:18:49 +03:00
* Silence terminal detection * CI: debug helper for systemd units * Fix minor logging issues - pre-create a file with chmod 0600, or change them if the file already exists - don't log fatal, panic .. twice to stderr - default log_mode = stdout - calling code from crowdsec/pkg/types would create an empty $LogDir/crowdsec.log (??), this dependency is removed * fix metric parsing error
14 lines
339 B
INI
14 lines
339 B
INI
[pytest]
|
|
addopts =
|
|
--pdbcls=IPython.terminal.debugger:Pdb
|
|
--ignore=test/install
|
|
--ignore=test/backends
|
|
--strict-markers
|
|
markers:
|
|
deb: mark tests related to deb packaging
|
|
rpm: mark tests related to rpm packaging
|
|
systemd_debug: dump systemd status and journal on test failure
|
|
env_files =
|
|
.env
|
|
default.env
|