summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-22 15:04:29 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-22 15:04:29 +0200
commitbb0ac304431e8aed686a8a817aaccd74b1ba4f24 (patch)
tree5f45591413de4fef265de05d9a193512508e0c1b /CHANGES
parent59e26435a8d2008073fc315bafe9f329d0ef689a (diff)
downloadgitpython-bb0ac304431e8aed686a8a817aaccd74b1ba4f24.tar.gz
Added frame for new Repo handling and some neat decorators, including tests that test whether the testing framework does what it should
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 377d7e07..3b42095e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -138,6 +138,12 @@ Remote
* Repo.remotes lists all remotes
* Repo.remote returns a remote of the specified name if it exists
+Test Framework
+--------------
+* Added support for common TestCase base class that provides additional functionality
+ to receive repositories tests can also write to. This way, more aspects can be
+ tested under real-world ( un-mocked ) conditions.
+
Tree
----
* former 'name' member renamed to path as it suits the actual data better