feat(Pylint): Add nice configurations to pytest

This configurations are intended to be used as either, user
configuration, or in a project.
This commit is contained in:
Dionisio E Alonso 2024-01-23 19:31:08 -03:00
parent 0d08a423d3
commit 56ca26d493
1 changed files with 3 additions and 0 deletions

3
pytest.ini Normal file
View File

@ -0,0 +1,3 @@
[pytest]
addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb --tb=short --quiet
--disable-pytest-warnings --no-cov