예제 #1
0
 def test_bad_remote(self):
     assert parser.parse(self.bad_remote_filepath) is None
예제 #2
0
 def test_remote(self):
     assert parser.parse(remote_filepath) is not None
예제 #3
0
 def test_bad_local(self):
     assert parser.parse(self.bad_local_filepath) is None
예제 #4
0
 def test_local(self):
     assert parser.parse(local_filepath) is not None
예제 #5
0
 def test_bad_remote(self):
     assert parser.parse(self.bad_remote_filepath) is None
예제 #6
0
 def test_bad_local(self):
     assert parser.parse(self.bad_local_filepath) is None
예제 #7
0
 def test_remote(self):
     assert parser.parse(remote_filepath) is not None
예제 #8
0
 def test_local(self):
     assert parser.parse(local_filepath) is not None