Skip to content

Draft implementation of tests for APIs that return JSON; Additional portion of...

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Describe your code changes in details for reviewers (links on Gitlab issues, etc.)

  • Support for testing of APIs that return JSON data
  • Another portion of SegySession API tests
  • Stubs for the remaining SegySession API tests
  • Fixed issue with API that return unsigned integers (signed vs unsigned integer in Json::Value)

Merge request reports