1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-18 22:07:04 +00:00
dotfiles/pytest.ini
Dionisio E Alonso 56ca26d493 feat(Pylint): Add nice configurations to pytest
This configurations are intended to be used as either, user
configuration, or in a project.
2024-01-23 19:31:08 -03:00

4 lines
130 B
INI

[pytest]
addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb --tb=short --quiet
--disable-pytest-warnings --no-cov