numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

rename testing.py to test_transforms.py #12

Closed esc closed 1 year ago

esc commented 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.

esc commented 1 year ago
Screen Shot 2023-03-17 at 11 44 57

It's being picked up.