mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Add convenience shell script for running texttests
This commit is contained in:
parent
fac3f111ae
commit
cf9b6300c7
7
start_texttest.sh
Executable file
7
start_texttest.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ ! -d "venv" ]; then
|
||||||
|
python -m venv venv
|
||||||
|
fi
|
||||||
|
venv/bin/pip install texttest
|
||||||
|
venv/bin/texttest -d . -con "$@"
|
||||||
Loading…
Reference in New Issue
Block a user