rbc icon indicating copy to clipboard operation
rbc copied to clipboard

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

Open tupui opened this issue 3 years ago • 1 comments

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

tupui avatar Mar 23 '22 08:03 tupui

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.

guilhermeleobas avatar Mar 30 '22 20:03 guilhermeleobas