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