15 строки
1.1 KiB
INI
15 строки
1.1 KiB
INI
[pytest]
|
|
testpaths=Tests TestsOutsidePackage TestSubmodule
|
|
norecursedirs=azure-pipelines docs sphinx-docs InnerEye logs outputs test_data Tests/ML/datasets
|
|
addopts=--strict-markers
|
|
markers=
|
|
gpu: Test needs a GPU to run
|
|
cpu_and_gpu: Test needs to run twice, once on CPU and once on GPU
|
|
azureml: Long running test, run this test as part of the PR build run on AzureML
|
|
after_training_single_run: Tests the result of a recently submitted AzureML run (non-ensemble). Relies on most_recent_run.txt
|
|
after_training_ensemble_run: Tests the result of a recently submitted ensemble run on AzureML. Relies on most_recent_run.txt
|
|
after_training_2node: Tests the result of a recently submitted multi-node training job in AzureML. Relies on most_recent_run.txt
|
|
inference: Tests inference runs on a recently trained model. Relies on most_recent_run.txt
|
|
after_training_glaucoma_cv_run: Tests the result of a recently submitted classification cross-validation run. Relies on most_recent_run.txt
|
|
after_training_hello_container: Tests the result of a recently submitted HelloContainer AzureML training run. Relies on most_recent_run.txt
|