예제 #1
0
 def test_schedule_events(self):
     z = Zappa()
     import os
     path = os.getcwd()
     print path
     z.schedule_events(path=path)
예제 #2
0
파일: tests.py 프로젝트: JPWKU/Zappa
 def test_schedule_events(self):
     z = Zappa()
     path = os.getcwd()
     z.schedule_events(path=path)