Merge branch 'more_unittests1' of github.com:drwetter/testssl.sh into more_unittests1

This commit is contained in:
Dirk Wetter 2019-05-05 15:08:18 +02:00
commit 710017ba57

View File

@ -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)