mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
7
devutils/run_devutils_tests.sh
Executable file
7
devutils/run_devutils_tests.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
_root_dir=$(dirname $(dirname $(readlink -f $0)))
|
||||
cd ${_root_dir}/devutils
|
||||
python3 -m pytest -c ${_root_dir}/devutils/pytest.ini
|
||||
Reference in New Issue
Block a user