Example #1
0
def test_newyork(): # for quick testing with ipython
    stuffs = gather_stuff("newyork")
    mappify.post_map(stuffs)
Example #2
0
def test_montreal(): # for quick testing with ipython
    stuffs = gather_stuff("montreal")
    mappify.post_map(stuffs)