Skip to content

Commit

Permalink
added AYABInterface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 4, 2016
1 parent 242e9ed commit 286021a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kniteditor/EditorWindow.py
Expand Up @@ -185,7 +185,8 @@ def main(argv=sys.argv):
"""Open the editor window."""
if "/test" in argv:
import pytest
errcode = pytest.main(["--pyargs", "knittingpattern", "kniteditor"])
errcode = pytest.main(["--pyargs", "knittingpattern", "kniteditor",
"AYABInterface"])
sys.exit(errcode)
EditorWindow().run()

Expand Down

0 comments on commit 286021a

Please sign in to comment.