From 05ea9b3cfbc6a2147ae7ff98dfc43911471f973b Mon Sep 17 00:00:00 2001 From: Juergen Bocklage-Ryannel Date: Wed, 31 Aug 2016 12:21:33 +0200 Subject: Fixed the tests again. Copied the face files into the tests folder to make them more contained. --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.py') diff --git a/cli.py b/cli.py index 97a06d7..2e2d24a 100755 --- a/cli.py +++ b/cli.py @@ -32,7 +32,7 @@ def antlr(): @cli.command() def test(): - sh('python3 -m pytest -v -s -l --pdb') + sh('python3 -m pytest -v -s -l') @cli.command() -- cgit v1.2.1