Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2023-03-22 15:41:56 +01:00
parent e695f57744
commit 8adc2ae664
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
# Copyright (C) 2023 by Animath
# SPDX-License-Identifier: GPL-3.0-or-later

View File

@ -28,7 +28,7 @@ deps =
requests~=2.28.1
whoosh~=2.7
commands =
coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/
coverage report -m
[testenv:linters]
@ -41,7 +41,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 api/ logs/ participation/ registration/ tfjm/
flake8 api/ draw/ logs/ participation/ registration/ tfjm/
[flake8]
exclude =