예제 #1
0
def download_functional_test_files():
    """
    This fixture will attempt to download test data file if there are not present.
    """
    download_dataset("data_functional_testing")
예제 #2
0
def download_multi_data():
    """
    This Pytest fixture DOWNLOAD all the test data set REQUIRED for the multi-session, multi-contrast related unit
    testing.
    """
    download_dataset("data_multi_testing")