|
|
1 viikko sitten | |
|---|---|---|
| docs | 1 viikko sitten | |
| src | 1 viikko sitten | |
| tests | 1 viikko sitten | |
| .gitignore | 1 viikko sitten | |
| README.md | 1 viikko sitten | |
| requirements.txt | 1 viikko sitten |
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 |
Exit the application |
Type any unrecognised command and the app will tell you what's available.
Run tests:
python -m pytest tests/ -v