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 license_files = LICENSE.md
[tool:pytest] [tool:pytest]
addopts=--tb=short --strict-markers -ra addopts = -v --tb=short --strict-markers -ra
testspath = tests testpaths = tests
filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning filterwarnings = ignore:CoreAPI compatibility is deprecated*:rest_framework.RemovedInDRF317Warning
[flake8] [flake8]