aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAge
...
* Make create_repo a @classmethodGuido Günther2011-10-22
| | | | | | and GitInit superfluous Git-Dch: Ignore
* Drop unpack_orig and tar_toplevelGuido Günther2011-07-25
|
* Add tests for UpstreamSourceGuido Günther2011-07-25
| | | | | * tar and zipfile unpacking * (filtered) tar packing
* tests: add help check for newer commandsGuido Günther2011-04-17
| | | | Git-Dch: Ignore
* gbp: Handle whitespace in submodule namesGuido Günther2011-04-10
| | | | Closes: #622103
* tests: introduce submodule classGuido Günther2011-04-10
| | | | | | so we can easily add more submodules Git-Dch: Ignore
* Add aliases for gz and bz2 compression typesGuido Günther2011-04-09
|
* Add tests for hardcoded compression typesGuido Günther2011-04-09
| | | | Git-Dch: Ignore
* Detect compression from orig tarballLoïc Minier2011-04-09
|
* Pass tarball_dir to guess_comp_type()Loïc Minier2011-04-09
| | | | Git-Dch: Ignore
* Update guess_comp_type to take a cp as paramLoïc Minier2011-04-09
| | | | Git-Dch: Ignore
* Add tests for orig autodetectionLoïc Minier2011-04-09
|
* Make submodule support conditionalGuido Günther2011-04-06
|
* git-buildpackage: special case non-submodule tarfile generationGuido Günther2011-03-21
| | | | | | | 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.
* tests: add testcase for git_archive()Guido Günther2011-03-19
|
* tests: RenameGuido Günther2011-03-19
|
* tests: Add testcase for dump_archive()Guido Günther2011-03-19
|
* gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther2011-03-18
| | | | | | and testcases. Heavily based on work by Sean Finney and Chow Loong Jin
* Add tests for branch creation and switchingGuido Günther2011-03-18
| | | | Git-Dch: Ignore
* Fix test executionGuido Günther2011-03-18
|
* Add unpack testGuido Günther2009-12-24
|
* Add other gbp-* commandsGuido Günther2009-12-24
|
* fix testcase nameGuido Günther2009-09-05
|
* add unit test for --helpGuido Günther2009-08-23