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.