mirror of
https://github.com/sploutchy/impacket
synced 2026-06-08 17:32:01 +00:00
2bd682a420
Now tox/coverage support should work. Just run tox from the main impacket directory and it should run all the test cases (you still need to complete all the parameters in tests/SMB_RPC/dcetests.cfg) It will create a test/htmlcov directory, browse the index.html file to get all the coverage stats. Right now we're at 64+% in coveragefor the whole library. Not bad and there are a quick easy wins there. Testing and tweaking needed!