SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Problematic tests #377

Open dgarijo opened 1 year ago

dgarijo commented 1 year ago

I did a fresh install of inspect4py from the dev branch. There are 2 problematic tests:

FAILED test_inspect4py.py::Test::test_metadata - AssertionError: assert {'allow_forki...{/user}', ...} == {}
FAILED test_inspect4py.py::Test::test_multiple_mains - assert 0 == 2

These should be reviewed (no critical functionality, but important that they work)