Skip to content
Snippets Groups Projects
Commit 5f719982 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Tests now integrated with VSCode (in .vscode/settings.json)

parent a7719710
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
"python.testing.unittestArgs": [ "python.testing.unittestArgs": [
"-v", "-v",
"-s", "-s",
"./src", "tests",
"-t",
"src/vipscore_common",
"-p", "-p",
"test_*.py" "test_*.py"
], ],
......
from .vips_model import * from .entities import *
from .entities import * from .vips_model import *
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment