mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
7 lines
185 B
INI
7 lines
185 B
INI
[pytest]
|
|
addopts = --cov=moulinette -s -v --no-cov-on-fail
|
|
norecursedirs = dist doc build .tox .eggs
|
|
testpaths = test/
|
|
env =
|
|
MOULINETTE_LOCALES_DIR = {PWD}/locales
|
|
TESTS_RUN = True
|