From a59af71a77d928536412ea71b20689dfc99dd033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 7 Aug 2023 13:45:31 +0200 Subject: Add tests. --- setup.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.3