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