Closed esc closed 1 year ago
The default pytest numba_rvsdg/tests/ will search for files that match the glob test_* -- so we rename the file testing.py so that pytest will pick it up. Also, the new name is more precise and less generic.
pytest numba_rvsdg/tests/
test_*
testing.py
It's being picked up.
The default
pytest numba_rvsdg/tests/
will search for files that match the globtest_*
-- so we rename the filetesting.py
so that pytest will pick it up. Also, the new name is more precise and less generic.