summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2023-08-14 19:45:35 +0200
committerEli Schwartz <eschwartz93@gmail.com>2023-08-18 00:37:40 -0400
commit268276f7acc55a79fbd31a7d510af93d43ac2d8f (patch)
tree872479ac6454df6c59dfa5c8d1a5da8cb773e0b6 /setup.cfg
parent7cbe37ebd94e9df984328fd9722cc2fc9f61651b (diff)
downloadmeson-268276f7acc55a79fbd31a7d510af93d43ac2d8f.tar.gz
tests: fix assertion rewriting when pytest is used
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a23af07c6..dfaba76dd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -62,4 +62,4 @@ include = mesonbuild, mesonbuild.*
[tool:pytest]
python_classes =
python_files =
- run_unittests.py
+ unittests/*tests.py