DinoTools / python-ssdeep

Python wrapper for ssdeep fuzzy hashing library
GNU Lesser General Public License v3.0
152 stars 30 forks source link

Error running python setup.py test #20

Closed phibos closed 7 years ago

phibos commented 7 years ago

Running the command python setup.py test shows an error message that it is unable to find the test files. We should use the pytest-runner to execute the tests.