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
* Move tests to dpnp folder
* Update import paths for dpnp tests
* Update paths in skipped_tests files
* Update import paths in tests_perf
* Update import paths in cupy/testing
* Update import paths in all cupy tests
* Update tests path in pyproject.toml
* Remove MANIFEST.in
* Add tests folder to conda package
* Simplify meta.yaml: move test logic to run_test.sh
* Move pytest config from setup.cfg to conftest.py
* Update call pytest in gen_coverage.py
* Update path to cupy.testing in some tests
* Update test paths for github action test_linux
* Optimize test skipping and path normalization in conftest.py
* Add norecursedirs config for tests_perf in conftest.py
* Use relative imports for dpnp tests
* Update docs for _loops.py
* Add empty __init__.py files to cupy tests
* Update import path in test_add_remove.py
* Update tests-path for GH Actions
* Show extra test summary info in internal CI
* Fix normalize_test_name() to support subdirectories
* Update normalize_test_name to run pytest from diff paths
* Add run_test.bat to conda-recipe
* Update pre-commit settings to move tests folder
* Use absolute import paths in cupy tests
* Update tests path in pyproject.toml
* Use package_data instead of data_files in setup.py to pack tests
* Update args for generate coverage
* Update import path in test_arraypad.py
* Rename TEST_SCOPE files to use pytest --pyargs
* Remove unused imports in test files
* Align import for test_arraypad.py
* Use absolute import path in cupy/testing
* Print dpnp version while testing conda package
* Disable verbose and disable-warnings pytest mode for public CI
* Disable quiet, verbose, disable-warnings pytest mode for testing conda package
* Remove dublicate env variable MODULE_NAME in conda-package.yaml
* Remove working-directory usage for Run tests in conda-package.yml
0 commit comments