Module data_request_api.tests
Sub-modules
data_request_api.tests.test_clidata_request_api.tests.test_configdata_request_api.tests.test_config_clidata_request_api.tests.test_consolidationdata_request_api.tests.test_data_request-
Test data_request.py
data_request_api.tests.test_decoratordata_request_api.tests.test_dreq_contentdata_request_api.tests.test_dreq_querydata_request_api.tests.test_dump_transformation-
Test dump_transformation.py
data_request_api.tests.test_optimize-
Test data_request.py
data_request_api.tests.test_vocabulary_server-
Test vocabulary_server.py
Functions
def filepath(filename)-
Expand source code
def filepath(filename): """ Return the full path of a file from the test_datasets directory """ return os.path.join(TEST_DATA_LOCATION, filename)Return the full path of a file from the test_datasets directory