OceanNetworksCanada / api-python-client

Provides easy access to ONC data in Python
https://oceannetworkscanada.github.io/api-python-client/
Apache License 2.0
10 stars 9 forks source link

Make tests work for both QA and PROD #6

Closed kan-fu closed 10 months ago

kan-fu commented 10 months ago

This issue is only related to internal developers. I have created an Internal label for issues like this.

Currently I have to run all the tests against PROD because QA does not have the same data compared with PROD. It is fine for external developers (and GitHub Action) to run the tests against PROD because they don't have the QA environment, but for internal developers, it would be better to run the test against QA.