7c520f9cdbbd403de3b3d5bf117c8b6e5af2d327
[pywienerlinien] / gotovienna / tests / runner.py
1
2 import unittest
3
4 # XXX: This is not really nice - we should use some kind of discovery
5
6 from gotovienna.tests.realtime import *
7 from gotovienna.tests.routing import *
8
9 if __name__ == '__main__':
10     unittest.main()
11