コード例 #1
0
ファイル: parser_test.py プロジェクト: ipinak/naftis
 def setUp(self):
     tools.include_path("../src/")
     self.html_doc = u"""
コード例 #2
0
ファイル: db_storage_test.py プロジェクト: ipinak/naftis
def include_src():
    # Include on the python path the src directory, so you can perform
    # invoke modules.
    tools.include_path("src/")