Exemplo n.º 1
0
    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()
Exemplo n.º 2
0
    def test_replace(self):
        update.replace_code_and_version(test_file)

        self.compare_files()