mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-14 01:55:59 +08:00
removed verbose test output
This commit is contained in:
parent
aef2728b0d
commit
57455bc787
@ -154,7 +154,7 @@ function run_test() {
|
|||||||
|
|
||||||
pushd ../tests
|
pushd ../tests
|
||||||
workon ${env_name}
|
workon ${env_name}
|
||||||
${env_python_bin} -m unittest discover -s . -p 'test_*.py' --verbose
|
${env_python_bin} -m unittest discover -s . -p 'test_*.py'
|
||||||
deactivate
|
deactivate
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
python -m unittest discover -s . -p 'test_*.py' --verbose
|
python -m unittest discover -s . -p 'test_*.py'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user