aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-08-07 13:45:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-08-07 15:16:41 +0200
commita59af71a77d928536412ea71b20689dfc99dd033 (patch)
treecca2e21ee76fa47364cae883a2ab1d05d310b4cb /setup.cfg
parentAdd mail relation tree. (diff)
downloadmu4web-a59af71a77d928536412ea71b20689dfc99dd033.tar.gz
mu4web-a59af71a77d928536412ea71b20689dfc99dd033.tar.xz
Add tests.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b05edd9..4c6a084 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,6 +42,18 @@ warn_unused_ignores = False
# to proper modules
disallow_untyped_defs = False
+[mypy-test.*]
+allow_untyped_defs = True
+strict = False
+
[flake8]
ignore = E731,D105,D107
max-line-length = 100
+per-file-ignores =
+ test/*:D100,D103
+
+[coverage:run]
+omit =
+ # This file should only be an entry-point stub, meaning that there
+ # is nothing meaningfull to test.
+ mu4web/__main__.py