arup-group / elara

Command line utility for processing MATSim events output files.
MIT License
14 stars 4 forks source link

add VehicleDepartsFacility event handler plus tests #128

Closed andkay closed 3 years ago

andkay commented 3 years ago

Handler added in response to issue #125.

I've added a test (incl. fixtures) that seems to work -- it checks the over all length of the handlers log and then tests the content of one record in the log. It seems to fail when it is supposed it.

andkay commented 3 years ago

@fredshone Added vehicle modes/routes to outputs. I've also updated the tests, but to keep things easy, I am now pulling data from tests/test_fixtures instead of a custom fixture test stored in the module.