ther1d--shell_gpt
f2306a3d11
Codespell / Check for spelling errors (push) Has been cancelled
Lint and Test / lint_test (3.11) (push) Has been cancelled
Lint and Test / lint_test (3.10) (push) Has been cancelled
Lint and Test / lint_test (3.12) (push) Has been cancelled
Publish to PyPI and release / Build distribution (push) Has been cancelled
Publish to PyPI and release / Publish to PyPI (push) Has been cancelled
Publish to PyPI and release / Make release (push) Has been cancelled
8 行
97 B
Bash
可执行文件
8 行
97 B
Bash
可执行文件
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
# shellcheck disable=SC2068
|
|
pytest tests ${@} -p no:warnings
|