mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.73k stars 357 forks source link

Test scripts to Python 3 #152

Closed strictlymike closed 1 year ago

strictlymike commented 1 year ago

Migrate FakeNet-NG automated test script (test.py) to Python 3.

Privately take note of any migration discoveries relevant to modules that may be used by FakeNet-NG itself, including but not limited to the following modules:

Use the test script for both Windows and Linux testing, to confirm that the results using Python 3 match the results using Python 2.

Before releasing, verify that the setup requirements for the Python 3 version of test.py are well-understood and are documented in a requirements.txt file (and/or in accompanying documentation).

tinajn commented 1 year ago

Working on this issue.