From ea83ca3610a73a709f0889158573af7c1e1720f8 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 19 May 2017 08:40:05 +0200 Subject: [PATCH] Configure testing. --- setup.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b85ef74 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,12 @@ +[aliases] +test=pytest + +[tool:pytest] +addopts= + --verbose --verbose --capture=no --ignore="virtualenv" --showlocals + --flakes + --pylint + --cov-report term --cov-report html --cov=accountant + +flakes-ignore= + accountant/migrations/*.py UnusedImport