mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-12 01:18:11 +00:00
5 lines
40 B
Bash
5 lines
40 B
Bash
![]() |
set -euo pipefail
|
||
|
cd tests
|
||
|
pytest -vvv
|
||
|
|