summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther
Git-Dch: Ignore
2011-10-22Make create_repo a @classmethodGuido Günther
and GitInit superfluous Git-Dch: Ignore
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther
2011-07-25Add tests for UpstreamSourceGuido Günther
* tar and zipfile unpacking * (filtered) tar packing
2011-04-17tests: add help check for newer commandsGuido Günther
Git-Dch: Ignore
2011-04-10gbp: Handle whitespace in submodule namesGuido Günther
Closes: #622103
2011-04-10tests: introduce submodule classGuido Günther
so we can easily add more submodules Git-Dch: Ignore
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther
2011-04-09Add tests for hardcoded compression typesGuido Günther
Git-Dch: Ignore
2011-04-09Detect compression from orig tarballLoïc Minier
2011-04-09Pass tarball_dir to guess_comp_type()Loïc Minier
Git-Dch: Ignore
2011-04-09Update guess_comp_type to take a cp as paramLoïc Minier
Git-Dch: Ignore
2011-04-09Add tests for orig autodetectionLoïc Minier
2011-04-06Make submodule support conditionalGuido Günther
2011-03-21git-buildpackage: special case non-submodule tarfile generationGuido Günther
Tarfile generation with submodules is slower since we need to concatenate several tarfiles and compress afterwards. So special case the common non submodule case and add a testcase to check the tarfiles content.
2011-03-19tests: add testcase for git_archive()Guido Günther
2011-03-19tests: RenameGuido Günther
2011-03-19tests: Add testcase for dump_archive()Guido Günther
2011-03-18gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther
and testcases. Heavily based on work by Sean Finney and Chow Loong Jin
2011-03-18Add tests for branch creation and switchingGuido Günther
Git-Dch: Ignore
2011-03-18Fix test executionGuido Günther
2009-12-24Add unpack testGuido Günther
2009-12-24Add other gbp-* commandsGuido Günther
2009-09-05fix testcase nameGuido Günther
2009-08-23add unit test for --helpGuido Günther