koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

DEVEXP-222 Converted auth tests into JUnit tests #186

Closed rjrudin closed 1 year ago

rjrudin commented 1 year ago

Summary:

  1. "tests" is gone; the file/ML auth tests are now new JUnit tests
  2. Updated the CONTRIBUTING guide
  3. Can now run ./gradlew runKoopServers test to run all the tests.
  4. Got rid of koopHost and koopPort and just hardcoding values for now. Once we have a use case for these to be configurable, we'll add support for it (including for the file-auth and ml-auth ports).