Search-That-Hash
Search-That-Hash copied to clipboard
Use Pytest-Mock to mock Hashcat in our testing
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 to mock Hashcat and develop tests based on this.