Files
cs-firewall-bouncer/pytest.ini
mmetc bc299f396e fix minor logging issues (#264)
* 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
2023-04-27 16:05:34 +02:00

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