test_run_tests.pyΒΆ

Source: tests/test_run_tests.py

Tests for local development and test tooling.

ROOT
test_black_dependency_matches_pre_commit_hook_revision()

Keep fresh development installs aligned with the formatting hook.

test_pytest_args_runs_full_suite_when_cuda_is_available()

Verify that pytest args runs full suite when cuda is available.

test_pytest_args_excludes_cuda_without_a_gpu()

Verify that pytest args excludes cuda without a gpu.

test_pytest_args_preserves_an_explicit_marker_expression()

Verify that pytest args preserves an explicit marker expression.