Update README with test instructions and add unit tests

This commit is contained in:
2026-03-01 13:38:18 +02:00
parent 43fb1cb6d5
commit 97901f02a6
3 changed files with 32 additions and 1 deletions
+8 -1
View File
@@ -17,4 +17,11 @@ http://127.0.0.1:8000
http://127.0.0.1:8000/docs
Test Short URL Endpoint
http://127.0.0.1:8000/shorten
http://127.0.0.1:8000/shorten
## Running a test
```bash
PYTHONPATH=./ pytest
export PYTHONPATH=$(pwd)
pytest
```