Can we provide a way to test the package end to end?
Opened this issue · 1 comments
praveen-kukreja commented
Great work with the repository, just a small request to add support for end-to-end testing. Like other open-source projects out there, can we get the endpoint for the server from OS so that the developer can overwrite such environment variable at the time of end-to-end testing?
omarryhan commented
Hi thanks!
Yes, I'm open to it, I remember we used to have some end to end tests before, but I think we're no longer running them. In the Tox config file, you can find a client id and client secret fields, this was before we added support for service accounts.
I'm happy to accept a PR that implements e2e testing. Lmk if you need any further guidance, thanks!