You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests currently require secrets that are only available in a Github context and passed into the Docker container. This makes it impossible to test the library locally.
I suggest we mock out whatever API is being called with these secrets (Space Track?) and modify the tests so they can be run locally, ideally with or without Docker. Dockerized tests are extremely consistent and helpful for CI, but it's useful for development if the tests can also be run without requiring Docker.
The text was updated successfully, but these errors were encountered:
The tests currently require secrets that are only available in a Github context and passed into the Docker container. This makes it impossible to test the library locally.
I suggest we mock out whatever API is being called with these secrets (Space Track?) and modify the tests so they can be run locally, ideally with or without Docker. Dockerized tests are extremely consistent and helpful for CI, but it's useful for development if the tests can also be run without requiring Docker.
The text was updated successfully, but these errors were encountered: