summaryrefslogtreecommitdiff
path: root/dev-wallet-wx.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-18 01:06:26 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-18 01:06:26 +0100
commit4eecf36b02f3dee502d97ac1d4b72d19d61da4ce (patch)
treea2cd70078019a1e98280040c15d77c26ab9d2a5e /dev-wallet-wx.rst
parent89602bbb777f8fb881b6727af9522f9196e2da16 (diff)
downloaddocs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.tar.gz
docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.tar.bz2
docs-4eecf36b02f3dee502d97ac1d4b72d19d61da4ce.zip
restructuring and linking extension
Diffstat (limited to 'dev-wallet-wx.rst')
-rw-r--r--dev-wallet-wx.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-wallet-wx.rst b/dev-wallet-wx.rst
index 5790f801..d5b7c21a 100644
--- a/dev-wallet-wx.rst
+++ b/dev-wallet-wx.rst
@@ -91,4 +91,16 @@ IndexedDB Query Abstractions
The *wxwallet* uses a fluent-style API for queries on IndexedDB.
-TODO: say more
+TODO: say more about this
+
+
+-------
+Testing
+-------
+
+Test cases for the wallet are written in TypeScript and
+run with `mochajs <http://mochajs.org/>`_ and the `better-assert <https://github.com/tj/better-assert>`_ assertion
+library.
+
+Run the default test suite with ``XXX``.
+