mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 22:31:07 +00:00
41ba718b21
* Use pytest for tests * Pin black * Update CI * Rename test_main to test_frappe_docker * Force project name "test"
13 lines
243 B
INI
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
|