CUTR-at-USF / transit-feed-quality-calculator

A tool that uses the gtfs-realtime-validator to calculate the quality of a large number of GTFS-realtime feeds
Other
7 stars 1 forks source link

Fix #20 - Add unit tests for ResultsAnalyzer #26

Closed barbeau closed 6 years ago

barbeau commented 6 years ago

Summary: PR https://github.com/CUTR-at-USF/transit-feed-quality-calculator/pull/21 is moved to this PR (I couldn't push changes from my machine to @Suryakandukoori's branch).

Adds test cases to test all the graph data from the excel sheet in ResultsAnalyzer

Expected behavior:

Tests for default behavior of the ResultsAnalyzer. The test fails in case of an exception.

barbeau commented 6 years ago

@Suryakandukoori FYI - I made a few changes in this PR to address some of my comments in https://github.com/CUTR-at-USF/transit-feed-quality-calculator/pull/21, so this replaces https://github.com/CUTR-at-USF/transit-feed-quality-calculator/pull/21.