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
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 bypython -m test