示例#1
0
文件: stuff.py 项目: fenimore/scrape
def test_newyork(): # for quick testing with ipython
    stuffs = gather_stuff("newyork")
    mappify.post_map(stuffs)
示例#2
0
文件: stuff.py 项目: fenimore/scrape
def test_montreal(): # for quick testing with ipython
    stuffs = gather_stuff("montreal")
    mappify.post_map(stuffs)