Closed kloczek closed 8 months ago
This is the test file you should be running if you're doing it manually: https://github.com/eliben/pyelftools/blob/main/test/all_tests.py
The test runners look for their own utils in the test
directory
So this is test suite issue? 🤔
BTW .. pytest looking for test units scans only those files with ^test in file names so it would be good to rename some files to be able use them with pytest.
Test suite needs
utils
and https://pypi.org/search/?q=pyutils and https://pypi.org/search/?q=utils shows at lease three different modules with that name 😋 Which one should be used? 🤔