aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli.py b/cli.py
index eb2b530..edace9d 100755
--- a/cli.py
+++ b/cli.py
@@ -27,6 +27,10 @@ def test():
sh('python3 -m pytest -v -s -l --pdb')
+@cli.command()
+def test_ci():
+ sh('python3 -m pytest -v -s -l')
+
class RunTestChangeHandler(FileSystemEventHandler):
def __init__(self, clickContext):
super(RunTestChangeHandler).__init__()