summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/not.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/not.mdwn b/doc/not.mdwn
index d965ab86f..b138953f9 100644
--- a/doc/not.mdwn
+++ b/doc/not.mdwn
@@ -17,4 +17,6 @@
* git-annex is not some flaky script that was quickly thrown together.
I wrote it in Haskell because I wanted it to be solid and to compile
- down to a binary.
+ down to a binary. And it has a fairly extensive test suite. (Don't be
+ fooled by "make test" only showing a few dozen test cases; each test
+ involves checking dozens to hundreds of assertions.)