コード例 #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)