data_utilities_for_tests

Functions

get_config_setups_filepath(filename)

Return the full path to a test file in the .../config_setups directory.

get_test_filepath(filename)

Return the full path to a test file in the .../tests/data directory.

Module Contents

get_config_setups_filepath(filename)[source]

Return the full path to a test file in the .../config_setups directory.

Parameters:

filename (string) – The name of the file inside the config_setups directory.

Returns:

The full path to the file.

Return type:

string

get_test_filepath(filename)[source]

Return the full path to a test file in the .../tests/data directory.

Parameters:

filename (string) – The name of the file inside the tests/data directory.

Returns:

The full path to the file.

Return type:

string