[pytest]
markers =
    general: all the tests not associated with a function for the connector
    authenticate: all the tests for the authenticate() function
    get_objects: all the tests for the get_objects() function
    get_fields: all the tests for the get_fields() function
    get_data: all the tests for the get_data() function
    load_data: all the tests for the load_data() function
    get_meta_data: all the tests for the get_meta_data() function
    source: used to specify that the test is used for source connectors
    destination: used to specify that the test is used for destination connectors

