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 servers in this repo have simple integration tests described in their respective readme.md files - we should automate these and use them for CI/manual testing.
I tried looking into this a bit and what I got hung up on was how we needed to docker run the image, then curl at it. I wasn't sure how to manage this with tox. I looked into using tox-docker which does almost this, but it doesn't support passing args to the container. There were possible workarounds, but I didn't dig into it much
What needs to get done
automate the integration tests from readme.md for all server images
Definition of Done
server rocks have automated integration tests
The text was updated successfully, but these errors were encountered:
Context
The servers in this repo have simple integration tests described in their respective
readme.md
files - we should automate these and use them for CI/manual testing.I tried looking into this a bit and what I got hung up on was how we needed to
docker run
the image, thencurl
at it. I wasn't sure how to manage this with tox. I looked into using tox-docker which does almost this, but it doesn't support passing args to the container. There were possible workarounds, but I didn't dig into it muchWhat needs to get done
Definition of Done
The text was updated successfully, but these errors were encountered: