.. |
data
|
added notes in testreop
|
2013-03-11 20:48:57 +01:00 |
__init__.py
|
tests: find out test modules automatically
|
2013-05-26 13:49:08 +02:00 |
test_blame.py
|
Fix tests with Python 2.6
|
2013-11-23 13:07:13 +01:00 |
test_blob.py
|
Rename Blob.binary to Blob.is_binary for consistency
|
2013-11-01 10:33:53 +01:00 |
test_branch.py
|
Implement Branch.upstream_name getter.
|
2013-05-27 23:03:59 +02:00 |
test_commit.py
|
commit: rename Commit._message to Commit.raw_message
|
2013-08-19 11:54:28 -07:00 |
test_config.py
|
Don't forget to remove the temporary directory in the config tests
|
2013-08-29 17:18:01 +02:00 |
test_diff.py
|
Merge remote-tracking branch 'alexband/size'
|
2013-11-01 10:26:12 +01:00 |
test_index.py
|
Fixing coding style with the help of pep8 (wip)
|
2013-05-26 10:32:05 +02:00 |
test_note.py
|
Coding style: Silent pep8
|
2013-05-26 14:39:12 +02:00 |
test_oid.py
|
Coding style: Silent pep8
|
2013-05-26 14:39:12 +02:00 |
test_reflog.py
|
Make Reference.log_append signature more consistent
|
2013-11-13 11:18:20 +01:00 |
test_refs.py
|
reference: add a shorthand property
|
2013-11-02 15:45:55 +01:00 |
test_remote.py
|
implement push support
|
2013-08-30 17:42:24 +10:00 |
test_repository.py
|
Adjust to libgit2 development branch
|
2013-11-20 12:20:26 +01:00 |
test_revwalk.py
|
Coding style: Silent pep8
|
2013-05-26 14:39:12 +02:00 |
test_signature.py
|
signature: rename Signature._name/_email to Signature.raw_name/raw_email
|
2013-08-19 13:38:57 -07:00 |
test_status.py
|
Fixing coding style with the help of pep8 (wip)
|
2013-05-26 10:32:05 +02:00 |
test_tag.py
|
tag: add get_object() method
|
2013-08-14 20:13:03 -07:00 |
test_tree.py
|
Add TreeBuilder.get and remove TreeEntry.to_object
|
2013-05-04 00:31:03 +02:00 |
test_treebuilder.py
|
Coding style: Silent pep8
|
2013-05-26 14:39:12 +02:00 |
utils.py
|
test utils: implement a repo context manager
|
2013-08-30 17:25:18 +10:00 |