summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-01 12:49:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-01 12:49:26 -0400
commit683cfeacaaaea86a8b34f06c30e9ab21c50f86eb (patch)
tree54f55cb312f4c8cb6138aa33b250d83fa64c35da /doc
parent50d28db6f4e13c49a2e9ebae150a6415de1a30be (diff)
add new section for testing commands
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn21
1 files changed, 15 insertions, 6 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 8ba3558d3..9158b54e0 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -949,12 +949,6 @@ subdirectories).
Merge conflicts between two files that are not annexed will not be
automatically resolved.
-* `test`
-
- This runs git-annex's built-in test suite.
-
- There are several parameters, provided by Haskell's tasty test framework.
-
* `remotedaemon`
Detects when network remotes have received git pushes and fetches from them.
@@ -963,6 +957,21 @@ subdirectories).
This command is used internally to perform git pulls over XMPP.
+# TESTING COMMANDS
+
+* `test`
+
+ This runs git-annex's built-in test suite.
+
+ There are several parameters, provided by Haskell's tasty test framework.
+ Pass --help for details.
+
+* `fuzztest`
+
+ Generates random changes to files in the current repository,
+ for use in testing the assistant. This is dangerous, so it will not
+ do anything unless --forced.
+
# OPTIONS
* `--force`