Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECKIT-619 Enable PUT method on EasyCURL #81

Merged
merged 4 commits into from
Nov 18, 2023

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c4838e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. ECKIT-619 Setup EasyCURL specific test

    A specific test file was created containing the existing EasyCURL test.
    The existing EasyCURL test itself was updated to correct the URL used to access the test data at ECMWF's Nexus Repository.
    marcosbento committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    80258be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87facb5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. ECKIT-619 Add even mode EasyCURL tests

    The tests exercise EasyCURL calls for GET, POST, PUT and DELETE.
    
    Existing and new tests are supported by a Python-based Mock REST API that stores key+value pairs.
    A Python environment with Flask is necessary to run the Mock REST API.
    marcosbento committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9fc8e83 View commit details
    Browse the repository at this point in the history