Files
shell_gpt/scripts/test.sh
T
Farkhod Sadykov 12134c2c95 Migrating to TOML new linting and stricted typing (#165)
* pyproject.toml
* sdist and bdist specific files.
* CONTRIBUITNG.md.
* New linters and CI/CD.
* Mypy stricted types.
* Shell scripts to run linters and tests.
2023-04-15 01:22:23 +02:00

8 lines
82 B
Bash

#!/usr/bin/env bash
set -e
set -x
# shellcheck disable=SC2068
pytest tests ${@}