Skip to content

New test_cases

Ananthakrishnan H requested to merge clean-up-dev-branch into master

Changes Made :

  1. Removed existing test_fetch_client.py and test_ingest_client.py
  2. Added new test_fetch_client.py and test_ingest_client.py
  3. Made changes for test_ingest_client_response() and test_fetch_client_response()
  4. added new test cases:-
  • test_fetch_client_response_failure_fetch_kind
  • test_fetch_client_response_failure_filter_criteria
  • test_fetch_connected_source_data_job_response_sucsess
  • test_fetch_connected_source_data_job_response_failure_incorrect_bearer_token
  • test_fetch_connected_source_data_job_response_failure_incorrect_connected_source_data_job_id
  • test_fetch_connected_source_registry_entry_response_Success
  • test_fetch_connected_source_registry_entry_response_Failure_incorrect_bearer_token
  • test_fetch_connected_source_registry_entry_response_Failure_incorrect_connected_source_registry_entry_id
  • test_source_data_job_kind_response
  • test_wpc_dataset_check_client_response

Merge request reports