heavyai / rbc

Remote Backend Compiler
https://rbc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
29 stars 10 forks source link

Move all remaining OmniSci tests to `rbc/tests/heavyai/` #461

Open tupui opened 2 years ago

tupui commented 2 years ago

After moving, CI should also be changed:

- mamba run -n rbc pytest -sv -r A rbc/tests/ -x -k heavyai
+ mamba run -n rbc pytest -sv -r A rbc/tests/heavyai/ -x
guilhermeleobas commented 2 years ago

There are two test files (test_externals_cmath.py and test_externals_libdevice.py), which are not in rbc/tests/heavydb and uses the heavydb fixture.