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