aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAge
* GitModifier: add __getitem__ and keys()Guido Günther2012-03-15
| | | | so it can be used as dictonary
* deb.changelog: allow to extract author and dateGuido Günther2012-03-15
|
* Make sure we test the built modulesGuido Günther2012-02-13
| | | | not the system ones
* gbp.config: Add testsGuido Günther2012-02-13
| | | | Git-Dch: Ignore
* Make pristine_tar testcases pass with older git versionsMarkus Lehtonen2012-02-12
| | | | | that don't support user-defined output formats (tar filters) in git-archive.
* PristineTar: fix links in testcasesGuido Günther2012-02-09
|
* UpstreamSource: turn is_* vars and properties into methodsGuido Günther2012-02-07
| | | | | since this is more consistent with the other is_* methods in other classes.
* PristineTar: add testcaseGuido Günther2012-01-30
|
* PristineTar: move to separate moduleGuido Günther2012-01-22
| | | | | and make it accessible from GitRepository to group checkout/checkin/lookup.
* deb.changelog: add name propertyGuido Günther2012-01-22
|
* GitRepository: add get_obj_type()Markus Lehtonen2012-01-21
| | | | get_obj_type() returns the type of a git repository object.
* deb: minor refactor of parameters of has_orig()Markus Lehtonen2012-01-15
|
* GitRepository: add rename_branch() methodMarkus Lehtonen2012-01-15
|
* GitRepository: Allow to explicitly fetch tagsGuido Günther2012-01-12
|
* GitRepository.branch_contains: fix misplaced remote parameterGuido Günther2012-01-10
|
* GitRepository: Test find_tag() and add_remote_repo()Guido Günther2012-01-10
|
* GitRepository: Add branch_contains()Guido Günther2012-01-10
| | | | to check if a branch contains a specific commit
* GitRepository: add verify_tag()Guido Günther2012-01-10
|
* GitRepository: add push() and push_tag()Guido Günther2012-01-10
|
* Use testutils in 09_test_write_tree.pyGuido Günther2012-01-10
|
* Allow to specify the upstream tree via --upstream-treeGuido Günther2012-01-10
| | | | without the indirection to --upstream-branch.
* GitRepository: add test for {write,commit}_treeGuido Günther2011-12-29
| | | | Git-Dch: Ignore
* GitRepository: Add testcases for cornercasesGuido Günther2011-12-29
| | | | | | and small functions Git-Dch: Ignore
* Rename and comment testsGuido Günther2011-12-29
| | | | Git-Dch: Ignore
* dch: Honor epoch when guessing new upstream versionGuido Günther2011-12-28
| | | | | Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase
* GitRepository: Add num option to git_commitsGuido Günther2011-12-27
| | | | | to limit number of returned commits and fix path option to also accept a list of paths instead of a string.
* Rename gbp.pq to gbp.patch_seriesGuido Günther2011-12-26
| | | | since that's what it currently handles.
* pq.Patch: move support for parsing patch headers into Patch classGuido Günther2011-12-26
| | | | and add tests.
* Add ChangeLog classGuido Günther2011-11-28
| | | | making it easier to query versions. Add tests.
* Move debian related helpers into submoduleGuido Günther2011-11-22
|
* Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther2011-11-21
|
* FastImport: add test and cleanup api a bitGuido Günther2011-11-21
|
* Move GitModifier class to separate fileGuido Günther2011-11-20
| | | | and introduce a new base exception for Git related errors.
* GitRepository: add checkout() to checkout a treeishGuido Günther2011-11-07
|
* GitRepository: fix fetch invocation without repoGuido Günther2011-11-06
|
* Get rid of the symlinkGuido Günther2011-11-01
| | | | by moving the commands to gbp/scripts/
* GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther2011-10-30
|
* GitRepository: handle bare repos and errors in is_clean()Guido Günther2011-10-30
|
* Fix epydoc warningsGuido Günther2011-10-29
|
* GitRepository: add head property to return the current HEADGuido Günther2011-10-28
|
* GitModifier: Don't use self.__dict__.update(locals())Guido Günther2011-10-28
| | | | to make pychecker happy
* GitRepository: rename base_dir to git_dirGuido Günther2011-10-28
| | | | since that's where it points to.
* GitRepository: Don't try to access .git/ in bare reposGuido Günther2011-10-27
|
* Add tests for non bare clonesGuido Günther2011-10-27
|
* GitRrepository: add get_tags()Guido Günther2011-10-26
|
* tests: Test GitRepository.merge()Guido Günther2011-10-26
|
* Turn tests into doctestsGuido Günther2011-10-26
| | | | so we can auto generate some examples
* Don't be verboseGuido Günther2011-10-26
| | | | Git-Dch: Ignore
* GitRepository: add commit and commit_allGuido Günther2011-10-23
| | | | to commit the current state of the index and all changes.
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
| | | | Git-Dch: Ignore