def test_everything(self): build = 125 args = update.parse_commands(['-v','1.0.%d'%build, '-f', test_file]) update.replace_code_and_version(args.vdproj, args.version, args.code) self.compare_files()
def test_replace(self): update.replace_code_and_version(test_file) self.compare_files()