Skip to content

Commit

Permalink
Add osm2cityflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
only-changer committed Oct 22, 2019
1 parent 0ba40f9 commit 241d12c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/python/test_osm_converter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import unittest
from tools.converter.osm2cityflow import extract, draw


class TestOsmConverter(unittest.TestCase):
def test_converter(self):
pass


if __name__ == '__main__':
unittest.main(verbosity=2)

0 comments on commit 241d12c

Please sign in to comment.