|
|
il y a 1 semaine | |
|---|---|---|
| docs | il y a 1 semaine | |
| src | il y a 1 semaine | |
| tests | il y a 1 semaine | |
| .gitignore | il y a 1 semaine | |
| README.md | il y a 1 semaine | |
| requirements.txt | il y a 1 semaine |
A small interactive terminal application. Start it once and type commands to get short text responses.
pip install -r requirements.txt
python src/main.py
You'll see:
welcome to the best testapp ever
>
| Command | Description |
|---|---|
help |
Show available commands |
exit |
Print "Goodbye!" and exit the application |
Type any unrecognised command and the app will tell you what's available.
Run tests:
python -m pytest tests/ -v