bliksemlabs / rrrr

RRRR rapid real-time routing
BSD 2-Clause "Simplified" License
164 stars 32 forks source link

Rrtimetable unittest #180

Closed PaulWagener closed 9 years ago

PaulWagener commented 9 years ago

Fixes the rrtimetable unittest and removes unnecessary helper.py

Unit tests can be run without the helper with the following commands from the rrtimetable directory:

python -m unittest discover . "*_tests.py" # for all tests
python -m unittest tests.exportv3_tests    # for specific test
koch-t commented 9 years ago

Thanks, this was a bit-rot i missed :/ Really serves as a reminder to make the unittest part of the cmake so the CI server warns on this.

PaulWagener commented 9 years ago

I added it to the travis buid in the latest commit on the PaulWagener:rrtimetable_unittest branch (Commit https://github.com/PaulWagener/rrrr/commit/a4f50e3d6ec4882419f3a67c2282548c61ca6d17)

koch-t commented 9 years ago

You're quick :) I was working on the same, but then doing it via cmake/ctest which is almost working.