Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-07-05 | Use Test::Number::Delta for floating point comparisons | Daniel Friesel | -6/+10 | |
This avoids issues caused by varying float behaviour on different systems | ||||
2017-06-25 | Interpret lookahead / lookbehind with 1-minute granularity | Daniel Friesel | -5/+5 | |
2017-01-28 | Support ->lookbehind for delayed trains from previous hours | Daniel Friesel | -2/+4 | |
2016-11-07 | EVI/UIC test | Daniel Friesel | -1/+7 | |
2016-11-07 | add get_station_by_location tests | Daniel Friesel | -1/+27 | |
2016-05-09 | t/21: Fix is_deeply got/expected order | Daniel Friesel | -9/+9 | |
2016-05-09 | Switch to Deutsche Bahn Haltestellen list | Daniel Friesel | -15/+14 | |
Note that this does NOT include stations outside of germany, even if they have Deutsche Bahn trains. This may be fixed in another commit. | ||||
2015-09-17 | 100% test coverage for Stations.pm \o/ | Daniel Friesel | -1/+7 | |
2015-09-14 | re-enable substring matching -> use both for station lookup | Daniel Friesel | -5/+8 | |
2015-09-12 | use Text::Levenshtein(XS) for fuzzy station name matching | Daniel Friesel | -15/+19 | |
2015-05-22 | add more test files for cancelled/additional stops (not used yet) | Daniel Friesel | -0/+8251 | |
2015-05-21 | t/35: use ok instead of is where appropriate | Daniel Friesel | -4/+5 | |
2015-05-21 | add tests for wings | Daniel Friesel | -0/+6212 | |
2014-11-01 | allow realtime ppth to override static ppth | Daniel Friesel | -1/+1 | |
This way, if a train has so much delay that its scheduled data was not requested in the first place, it's still possible to compared its scheduled route with its actual route | ||||
2014-06-23 | Do not error out if only partial data is available (closes #4) | Daniel Friesel | -1/+1 | |
2014-02-11 | add test files required for bbe4294e1f164ac1a08ef36220ece85821ffddcc | Daniel Friesel | -0/+1377 | |
2014-02-09 | add transfer tests (plus regression test for e78caa8) | Daniel Friesel | -0/+33 | |
2014-02-09 | fix test name (33-, not 33_) | Daniel Friesel | -0/+0 | |
2014-02-06 | add lookahead option | Daniel Friesel | -1/+19 | |
2014-02-02 | Remove duplicates from delay and qos messages | Daniel Friesel | -28/+40 | |
2014-01-21 | add test cases for imaginary station and no results in timeframe | Daniel Friesel | -2/+34 | |
2014-01-21 | stations test: make sure get_stations has no empty pairs | Daniel Friesel | -1/+6 | |
2014-01-20 | route_interesting: Do not include the destination in the route in some cases | Daniel Friesel | -1/+5 | |
2014-01-19 | add some ::Result tests (todo: detailed message and route tests) | Daniel Friesel | -0/+227 | |
2014-01-17 | t/20-iris-class: set time zone in DateTime constructor | Daniel Friesel | -2/+2 | |
2014-01-17 | perltidy | Daniel Friesel | -15/+23 | |
2014-01-17 | add IRIS constructor tests | Daniel Friesel | -0/+68 | |
2014-01-17 | add ::Stations test | Daniel Friesel | -0/+60 | |
2014-01-17 | add basic tests | Daniel Friesel | -0/+60 | |
2014-01-03 | add test input files | Daniel Friesel | -0/+1703 | |