From bf64bc174ade93b2b54a7acf057aab0e533d18a5 Mon Sep 17 00:00:00 2001 From: strictlymike Date: Mon, 1 Apr 2019 13:21:48 -0500 Subject: [PATCH] Documentation update regarding testing (#119) --- docs/developing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/developing.md b/docs/developing.md index b7b2b7b6..978d963c 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -7,6 +7,10 @@ FireEye only: All contributors: * Pull request comment should bear bulleted list for inclusion in change log. +* New features must be accompanied by updated configuration files under `test/` + to ensure that `test/test.py` always works. +* New features or fixes should feature a test in `test/test.py` unless it is + intractable to do so. * After review, but before merging, at reviewer discretion, either developer or reviewer must update the FakeNet-NG version as described below.