mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
_root_dir=$(dirname $(dirname $(readlink -f $0)))
|
|
cd ${_root_dir}/utils
|
|
python3 -m pytest -c ${_root_dir}/utils/pytest.ini
|