2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-07 20:59:03 +00:00
frappe_docker/setup.cfg
Lev 41ba718b21
Use pytest (#705)
* Use pytest for tests

* Pin black

* Update CI

* Rename test_main to test_frappe_docker

* Force project name "test"
2022-03-24 10:40:56 +03:00

13 lines
243 B
INI

# Config file for isort, codespell and other Python projects.
# In this case it is not used for packaging.
[isort]
profile = black
known_third_party = frappe
[codespell]
skip = images/bench/Dockerfile
[tool:pytest]
addopts = -s --exitfirst