diff --git a/t/Readme.md b/t/Readme.md index 86a2170..123b395 100644 --- a/t/Readme.md +++ b/t/Readme.md @@ -1,3 +1,7 @@ +### Naming scheme + * 00-09: Is reporting ok * 20-39: Do scans work fine (client side) * 50-69: Are the results what I expect? (server side) + +Please help to write Travis/CI tests! Documentation can be found [here](https://perldoc.perl.org/Test/More.html) and consulting the existing code (e.g. 20_baseline_ipv4_http.t)