mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-16 10:11:26 +00:00
6 lines
122 B
Bash
6 lines
122 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
shopt -s globstar
|
||
|
|
||
|
python3 -m pytest --ignore node_modules --ignore .venv --ignore-glob "bazel-*" -v
|