diff options
Diffstat (limited to 'cli.py')
| -rwxr-xr-x | cli.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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__() |
