mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-01 22:28:20 +00:00
Test suite refactor
This commit is contained in:
parent
b356e52a93
commit
beefcc9185
17 changed files with 1625 additions and 1300 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue