def test_copy(self):
     self.assert_file_does_not_exist(self.copy_path)
     File.copy(self.path, self.copy_path)
     self.assert_file_exists(self.copy_path)
Esempio n. 2
0
 def create_license_file(self):
     File.copy(cpp_tools_resources_directory / "GPL_v3.txt",
               self.path / "LICENSE.TXT")