Lint tests

This commit is contained in:
2023-05-21 17:49:30 +02:00
parent 3f4b969065
commit 370c75b16c
4 changed files with 18 additions and 5 deletions

View File

@ -54,6 +54,9 @@ disable = [
# flake8 does it already:
"line-too-long",
]
ignore-paths = [
"glowtables/tests/.*_test.py"
]
[tool.pytest.ini_options]
python_files = "*_test.py"