summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-01-10GitRepository: Test find_tag() and add_remote_repo()Guido Günther
2012-01-10GitRepository: Add branch_contains()Guido Günther
to check if a branch contains a specific commit
2012-01-10GitRepository: add verify_tag()Guido Günther
2012-01-10GitRepository: add push() and push_tag()Guido Günther
2012-01-10Use testutils in 09_test_write_tree.pyGuido Günther
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
without the indirection to --upstream-branch.
2011-12-29GitRepository: add test for {write,commit}_treeGuido Günther
Git-Dch: Ignore
2011-12-29GitRepository: Add testcases for cornercasesGuido Günther
and small functions Git-Dch: Ignore
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore
2011-12-28dch: Honor epoch when guessing new upstream versionGuido Günther
Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase
2011-12-27GitRepository: Add num option to git_commitsGuido Günther
to limit number of returned commits and fix path option to also accept a list of paths instead of a string.
2011-12-26Rename gbp.pq to gbp.patch_seriesGuido Günther
since that's what it currently handles.
2011-12-26pq.Patch: move support for parsing patch headers into Patch classGuido Günther
and add tests.
2011-11-28Add ChangeLog classGuido Günther
making it easier to query versions. Add tests.
2011-11-22Move debian related helpers into submoduleGuido Günther
2011-11-21Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther
2011-11-21FastImport: add test and cleanup api a bitGuido Günther
2011-11-20Move GitModifier class to separate fileGuido Günther
and introduce a new base exception for Git related errors.
2011-11-07GitRepository: add checkout() to checkout a treeishGuido Günther
2011-11-06GitRepository: fix fetch invocation without repoGuido Günther
2011-11-01Get rid of the symlinkGuido Günther
by moving the commands to gbp/scripts/
2011-10-30GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther
2011-10-30GitRepository: handle bare repos and errors in is_clean()Guido Günther
2011-10-29Fix epydoc warningsGuido Günther
2011-10-28GitRepository: add head property to return the current HEADGuido Günther
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido Günther
to make pychecker happy
2011-10-28GitRepository: rename base_dir to git_dirGuido Günther
since that's where it points to.
2011-10-27GitRepository: Don't try to access .git/ in bare reposGuido Günther
2011-10-27Add tests for non bare clonesGuido Günther
2011-10-26GitRrepository: add get_tags()Guido Günther
2011-10-26tests: Test GitRepository.merge()Guido Günther
2011-10-26Turn tests into doctestsGuido Günther
so we can auto generate some examples
2011-10-26Don't be verboseGuido Günther
Git-Dch: Ignore
2011-10-23GitRepository: add commit and commit_allGuido Günther
to commit the current state of the index and all changes.
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