fix: Remove invalid pytest option in setup.cfg, improve readability

This commit is contained in:
tgoddessana 2024-04-02 15:55:10 +09:00
parent 085b7e166b
commit 5e834677d6

View File

@ -2,8 +2,8 @@
license_files = LICENSE.md
[tool:pytest]
addopts=--tb=short --strict-markers -ra
testspath = tests
addopts = -v --tb=short --strict-markers -ra
testpaths = tests
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning
[flake8]