openplannerteam / itinero-transit

A transit routing module for Itinero using Linked Connections.
Other
6 stars 1 forks source link

GTFS IO unit tests are bloated #91

Open xivk opened 4 years ago

xivk commented 4 years ago

The unittests here aren't really unittests:

https://github.com/openplannerteam/itinero-transit/blob/develop/test/Itinero.Transit.Tests/IO/GTFS/GTFS2TdbTest.cs

I would move them to the functional tests or create smaller tests and better testable code.