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

unit test have wrong run command #202

Closed dgarijo closed 3 years ago

dgarijo commented 3 years ago

Run command is something like: python /home/dgarijo/Documents/GitHub/test_repos/Chowlk/tests/test_finding.py --help but this is not the way to run a test in python. We should probably not add a run command for tests, because they are usually run by python -m test

dgarijo commented 3 years ago

This is now fixed too