Files
shell_gpt/scripts/test.sh
T
Farkhod Sadykov 361d1eabf8 Improved tests, REPL stdin, documentation (#452)
* Improved mocked response tests.
* REPL mode can accept stdin as initial prompt.
* Readme and Contributing documentation improvements.
2024-01-19 02:16:46 +01:00

8 lines
97 B
Bash

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