Žiadny popis

Marius c5a1c34814 TASK-5: Add exit command 1 týždeň pred
docs e4c3fc98df TASK-2: Build basic terminal interface 1 týždeň pred
src c5a1c34814 TASK-5: Add exit command 1 týždeň pred
tests c5a1c34814 TASK-5: Add exit command 1 týždeň pred
.gitignore 53ae93330c Initial commit: test project scaffold with passing tests 1 týždeň pred
README.md c5a1c34814 TASK-5: Add exit command 1 týždeň pred
requirements.txt e4c3fc98df TASK-2: Build basic terminal interface 1 týždeň pred

README.md

Testapp

A small interactive terminal application. Start it once and type commands to get short text responses.

Requirements

  • Python 3.9+

Setup

pip install -r requirements.txt

Run

python src/main.py

You'll see:

welcome to the best testapp ever
> 

Commands

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.

Development

Run tests:

python -m pytest tests/ -v