コード例 #1
0
ファイル: test_apache_parser.py プロジェクト: SaveTheRbtz/lql
 def test_full_parsing(self):
    """class method from_file() should coupe with broken files"""
    self.assertNotEqual(LogEntries.from_file(self.filename), None)
コード例 #2
0
ファイル: test_lql.py プロジェクト: SaveTheRbtz/lql
 def setUp(self):
     self.entries = LogEntries.from_file(os.path.join(CWD, 'httpd-access-test.log'))