aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index edace9d..d7067d6 100755
--- a/cli.py
+++ b/cli.py
@@ -40,7 +40,7 @@ class RunTestChangeHandler(FileSystemEventHandler):
if event.is_directory:
return
if Path(event.src_path).suffix == '.py':
- sh('python3 -m pytest -v -s -l --pdb')
+ sh('python3 -m pytest -v -s -l')
@cli.command()