summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-09-11 11:45:17 +0200
committerRuben Pollan <meskio@sindominio.net>2015-09-15 14:13:24 +0200
commit8384b006f575ac0b769f9f6e9ce6b2c623ec9fa1 (patch)
tree6e2c2366f3b5a87fba270e6f75d48bfc4da3677c /changes
parent5f2f8a65aba2672ae6661052af2f735ba17ad7a5 (diff)
[test] add test infrastructure
Some refactor on the couchdb usage was needed to be able to mock couchdb. - Resolves: #7435
Diffstat (limited to 'changes')
-rw-r--r--changes/feature_7435_unit_testing1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_7435_unit_testing b/changes/feature_7435_unit_testing
new file mode 100644
index 0000000..32778b7
--- /dev/null
+++ b/changes/feature_7435_unit_testing
@@ -0,0 +1 @@
+- set up unit testing infrastructure (Closes: #7435)