]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(ocpp-server): harmonize shutdown tests with project conventions
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 24 Mar 2026 11:07:03 +0000 (12:07 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 24 Mar 2026 11:07:03 +0000 (12:07 +0100)
commitf3b4d70f110134f0b32cccfc439e0876fceae38d
tree5f4f6b5d6b3b3df93c5150b5a377fe1ca4c81900
parent619a3c7e020d5dc737b7b487f4708b8c29fdc511
refactor(ocpp-server): harmonize shutdown tests with project conventions

Move fixture near other fixtures, replace _patch_main tuple return with
contextmanager, parametrize SIGINT/SIGTERM, remove dead code helpers,
merge two test classes into one.
tests/ocpp-server/test_server.py