Skip to content

Integration testing integrated.

Hill, Clifford (Contractor) John requested to merge new-api-implementation into main
  1. Existing plugins are now pulled from PyPI rather than gitlab sources, for added change protections.
  2. Nox now has integration testing powers. This is accomplished with:
    $ nox -s docker-build
    $ nox -s docker-run
    And in a separate shell after instance is fully started:
    $ nox -s integration-test
  3. README now also documents this for plugin developers to easily verify that their plugins work as intended locally before pushing changes up to be included in a pygeoapi build.

Signed-off-by: Cliff Hill chill@contractor.usgs.gov

Merge request reports