Ejemplo n.º 1
0
 def test_copy_matching_monster(self, test_input):
     assert fm.should_copy(test_input, fake_monster_file_contents)
Ejemplo n.º 2
0
 def test_dont_copy_bad_area_name(self, test_input):
     assert not fm.should_copy(test_input)
Ejemplo n.º 3
0
 def test_dont_copy_bad_separator(self, test_input):
     assert not fm.should_copy(test_input)
Ejemplo n.º 4
0
 def test_copy_area_name(self, test_input):
     assert fm.should_copy(test_input)
Ejemplo n.º 5
0
 def test_copy_separator(self, test_input):
     assert fm.should_copy(test_input)