aboutsummaryrefslogtreecommitdiff
path: root/changes/fancy_testing
diff options
context:
space:
mode:
Diffstat (limited to 'changes/fancy_testing')
-rw-r--r--changes/fancy_testing12
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/fancy_testing b/changes/fancy_testing
index ad197c6f5..89876ff27 100644
--- a/changes/fancy_testing
+++ b/changes/fancy_testing
@@ -14,3 +14,15 @@
tests (and a new src/or/tor-cov target) to build with gcov test
coverage support.
+ o Testing:
+
+ - We now have rudimentary function mocking support that our unit
+ tests can use to test functions in isolation. Function mocking
+ lets the tests temporarily replace a function's dependencies with
+ stub functions, so that the tests can check the function without
+ invoking the other functions it calls.
+
+
+
+
+