summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ab24fd7..8cbe2db 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,6 +42,8 @@ exclude =
examples*
[options.extras_require]
+testing =
+ pytest
babel =
Babel
lingua =
@@ -73,6 +75,7 @@ tag_build = dev
[tool:pytest]
addopts= --tb native -v -r fxX -W error
python_files=test/*test_*.py
+python_classes=*Test
[upload]
sign = 1
@@ -92,3 +95,7 @@ ignore =
exclude = .venv,.git,.tox,dist,docs/*,*egg,build
import-order-style = google
application-import-names = mako,test
+
+[mako_testing]
+module_base = ./test/templates/modules
+template_base = ./test/templates/