Jayy001 / Jayy001/Search-That-Hash
Use Pytest-Mock to mock Hashcat in our testing
Open
help wanted
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Currently the entire hashcat file is not included in code coverage. This is because we'd need hashcat to run the tests against it.
Instead, we can use [pytest-mock](https://changhsinlee.com/pytest-mock/) to mock Hashcat and develop tests based on this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.