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