- `StatusNotification` - Handle status notifications
- `TransactionEvent` - Handle transaction events (Started/Updated/Ended)
-## Testing
-
-```shell
-poetry run task test
-```
-
## Development
### Code formatting
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