]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs(ocpp-server): add typecheck and test_coverage to README and reorder dev sections main
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 17 Mar 2026 17:18:43 +0000 (18:18 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 17 Mar 2026 17:18:43 +0000 (18:18 +0100)
tests/ocpp-server/README.md

index 0367af1ea7183ec156beead7fc4fef844444a50c..868edfdf186a47e0a4f71be7afe28790c8f9f93b 100644 (file)
@@ -152,12 +152,6 @@ poetry run python server.py --command GetBaseReport --period 5
 - `StatusNotification` - Handle status notifications
 - `TransactionEvent` - Handle transaction events (Started/Updated/Ended)
 
-## Testing
-
-```shell
-poetry run task test
-```
-
 ## Development
 
 ### Code formatting
@@ -172,6 +166,24 @@ poetry run task format
 poetry run task lint
 ```
 
+### Type checking
+
+```shell
+poetry run task typecheck
+```
+
+### Testing
+
+```shell
+poetry run task test
+```
+
+With coverage report:
+
+```shell
+poetry run task test_coverage
+```
+
 ## Reference
 
 - [mobilityhouse/ocpp](https://github.com/mobilityhouse/ocpp) - Python OCPP library