aboutsummaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-18 16:02:16 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-18 16:12:14 +0100
commitfb6dd284fad64a4b69e44aea38852b38819b5eb1 (patch)
tree244c100b744a7040ce9185b82ff99d7da4e8771f /pytest.ini
parentf5fd82f430d765f3ed76104133ebee5d8375dc03 (diff)
downloadhaketilo-hydrilla-fb6dd284fad64a4b69e44aea38852b38819b5eb1.tar.gz
haketilo-hydrilla-fb6dd284fad64a4b69e44aea38852b38819b5eb1.zip
make "uuid" an optional property
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 030df26..b4ea538 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -10,3 +10,7 @@
filterwarnings =
ignore::DeprecationWarning:werkzeug.*:
ignore::DeprecationWarning:jinja2.*:
+
+markers =
+ mod_before_build: define a callback to use to modify test packages before their build
+ mod_after_build: define a callback to use to modify test packages after their build