Chore: A few updates from code review etc.

This commit is contained in:
Andreas Motl
2025-01-18 21:36:21 +01:00
committed by Andreas Motl
parent b5723303c8
commit 1b63d2943a
6 changed files with 62 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ This module tests the following CLI commands:
- responder run: Server execution
Requirements:
- The `docopt` package must be installed
- The `docopt-ng` package must be installed
- Example application must be present at `examples/helloworld.py`
- This file should implement a basic HTTP server with a "/hello" endpoint
that returns "hello, world!" as response