aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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