aboutsummaryrefslogtreecommitdiff
path: root/dev/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tests.py')
-rw-r--r--dev/tests.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev/tests.py b/dev/tests.py
index 5deb8cc..101c691 100644
--- a/dev/tests.py
+++ b/dev/tests.py
@@ -18,6 +18,19 @@ else:
from io import StringIO
+run_args = [
+ {
+ 'name': 'regex',
+ 'kwarg': 'matcher',
+ },
+ {
+ 'name': 'repeat_count',
+ 'kwarg': 'repeat',
+ 'cast': 'int',
+ },
+]
+
+
def run(matcher=None, repeat=1, ci=False):
"""
Runs the tests