Test suite refactor

This commit is contained in:
gpotter2 2022-02-15 14:55:09 +01:00
parent b356e52a93
commit beefcc9185
17 changed files with 1625 additions and 1300 deletions

View file

@ -290,6 +290,14 @@ tcpdump: pcap_loop: The interface disappeared
0 packets dropped by kernel
```
You can also chose what tests to run using the `TESTS` environment variable
```
TESTS=smb ./test/test_masscanned.py
INFO test_smb1_network_req.............................OK
INFO test_smb2_network_req.............................OK
INFO Ran 2 tests with 1 errors
```
## Logging
### Console Logger