Skip to content

Commit 568e7f3

Browse files
committed
More verbose pytest
1 parent 3af1955 commit 568e7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def main(netpyne_branch, workspace_branch, geppetto_branch=None, skipNpm=False,
185185
cprint("Installing test libraries")
186186
execute(cmd=['pip', 'install', '-r', 'requirements-test.txt'], cwd=ROOT_DIR)
187187
cprint("Testing NetPyNE")
188-
execute("python -m pytest tests".split())
188+
execute("python -m pytest -vs tests".split())
189189

190190
cprint("Installing client packages")
191191
if not skipNpm:

0 commit comments

Comments
 (0)