You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a Cython extension to be built in place and used in tests to test Cython API functions
The extension is built in temp folder.
Added cython as Cython test dependency
Pass --cov-config option to pytest with coverage.
This works around coverage config discrepancy between the main
process and a subprocess. See pytest-dev/pytest-cov#243
added _cython_api.pyx to flake exception list
Exclude dpctl/tests/* and dpctl/_version from coverage reporting
Fix loading of Cython extension _cython_api on Windows
Add test for property=int usage
0 commit comments