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

tests are not correctly detected in some cases #272

Closed dgarijo closed 3 years ago

dgarijo commented 3 years ago

Example: pyLODE, which does not use a testing framework, but has files with asserts.

We should be able to detect that functions in the test are calling an assert method and make them tests.

dgarijo commented 3 years ago

Posible duplicate with #207