Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Pytest-Mock to mock Hashcat in our testing #57

Open
bee-san opened this issue Feb 26, 2021 · 0 comments
Open

Use Pytest-Mock to mock Hashcat in our testing #57

bee-san opened this issue Feb 26, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@bee-san
Copy link
Member

bee-san commented Feb 26, 2021

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.

@bee-san bee-san added the help wanted Extra attention is needed label Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant