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

Add unit and functional tests of the SAL client #70

Merged
merged 22 commits into from
Mar 17, 2021
Merged

Commits on Mar 17, 2021

  1. Added test stubs

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d8143e1 View commit details
    Browse the repository at this point in the history
  2. Implemented tests

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    fb37620 View commit details
    Browse the repository at this point in the history
  3. Added server response fixtures

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e817c03 View commit details
    Browse the repository at this point in the history
  4. Implemented tests

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    df7776b View commit details
    Browse the repository at this point in the history
  5. Refactored to remove duplication

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1ae87c2 View commit details
    Browse the repository at this point in the history
  6. Refactored to reduce duplication

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    68e64db View commit details
    Browse the repository at this point in the history
  7. Added docstring for check_authentication

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    dd8d61c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    819dd27 View commit details
    Browse the repository at this point in the history
  9. Removed as tests covered by test_operations

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    719c4ef View commit details
    Browse the repository at this point in the history
  10. Moved fixtures to conftest

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    105e78a View commit details
    Browse the repository at this point in the history
  11. Implemented test_list_branch

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b7c023d View commit details
    Browse the repository at this point in the history
  12. Moved and added fixtures

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b15ab6b View commit details
    Browse the repository at this point in the history
  13. Added test of operation with auth

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b50a4c0 View commit details
    Browse the repository at this point in the history
  14. Implemented tests for put, copy and delete

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    5886bd2 View commit details
    Browse the repository at this point in the history
  15. Changed to host fixture

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    54c775f View commit details
    Browse the repository at this point in the history
  16. Implemented testing of xml response

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    db3c28a View commit details
    Browse the repository at this point in the history
  17. Implemented testing of error validation

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    09d4ccd View commit details
    Browse the repository at this point in the history
  18. Corrected typo

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    dde8d04 View commit details
    Browse the repository at this point in the history
  19. Change new API test to use current API version

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b2bdbc3 View commit details
    Browse the repository at this point in the history
  20. Change hard coded url to host fixture

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    44b30e6 View commit details
    Browse the repository at this point in the history
  21. Amend test docstring

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    17ca2c4 View commit details
    Browse the repository at this point in the history
  22. Add LeafReport and Scalar to parametrizations

    tfarmer committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    be0c185 View commit details
    Browse the repository at this point in the history