mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-04 20:58:36 +00:00
5 lines
40 B
Bash
5 lines
40 B
Bash
|
|
set -euo pipefail
|
||
|
|
cd tests
|
||
|
|
pytest -vvv
|
||
|
|
|