Skip to content

Commit f10e2ae

Browse files
committed
Update the README file with the test instructions
1 parent 87981cf commit f10e2ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,14 @@ $ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlis
8787
Here is an example with fuzzy logic enabled. You can see the last comparison is much more similar than the first two (it is comparing the content not the actual hashes):
8888

8989
![VHOSTScan Fuzzy Logic Example](https://github.com/codingo/codingo.github.io/blob/master/assets/VHostScan-Fuzzy-Wuzzy.PNG)
90+
91+
## Running the tests
92+
93+
The project includes a small battery of tests. It's really simple to run the tests:
94+
95+
```bash
96+
pip install -r test-requirements.txt
97+
pytest
98+
```
99+
100+
If you're thinking of adding a new feature to the project, consider also contributing with a couple of tests. A well-tested codebase is a sane codebase. :)

0 commit comments

Comments
 (0)