From bd40cc7c3151f746f4e60705597165ff2324de34 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Tue, 26 Jun 2012 23:16:16 -0400 Subject: [PATCH] clarified that the are existing test cases and the 'coming soon' is about creating new ones. --- DEVELOP | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DEVELOP b/DEVELOP index 0504819ad..a136c7397 100644 --- a/DEVELOP +++ b/DEVELOP @@ -21,9 +21,12 @@ would like to add to Fail2Ban, the best way to do so it to use the GitHub Pull Request feature. You can find more details on the Fail2Ban wiki (http://www.fail2ban.org/wiki/index.php/Get_Involved) -Unit Testing: +Testing: ------------- -Coming Soon. +Existing tests can be run by executing `fail2ban-testcases`. + +Documentation about creating tests (when tests are required and some guidelines +for creating good tests) will be added soon. Coding Standards: -----------------