mirror of
https://github.com/resf/distro-tools.git
synced 2025-01-03 08:10:56 +00:00
5 lines
122 B
Bash
Executable file
5 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
|