mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-12 18:19:14 +08:00
removed verbose test output
This commit is contained in:
parent
aef2728b0d
commit
57455bc787
@ -154,7 +154,7 @@ function run_test() {
|
||||
|
||||
pushd ../tests
|
||||
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
|
||||
popd
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/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