aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-08-28 17:31:00 +0200
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:19 +0100
commit41ea2c90820a56aa69597210b725becbfcd40c7b (patch)
tree67a7d8a4b90ef9f285b8651e103f7fd200192e6e /cli.py
parent5d4816ccbeac1e9b1c142cdbb2f452e546763feb (diff)
Extended the Qt C++ support
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()