summaryrefslogtreecommitdiffstats
path: root/doc/ADD_YOUR_CHECK
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ADD_YOUR_CHECK')
-rw-r--r--doc/ADD_YOUR_CHECK7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ADD_YOUR_CHECK b/doc/ADD_YOUR_CHECK
new file mode 100644
index 0000000000..d2408dd21d
--- /dev/null
+++ b/doc/ADD_YOUR_CHECK
@@ -0,0 +1,7 @@
+To create your own check
+ - Copy the example directory which is inside modules
+ - Give your module a name
+ - Add the name of your directory to __all_tests__ in
+ lib/bittest/__init__.py
+
+Now have fun to write a clever test!