Questions
To assess your learning, please try to answer the following questions before you proceed to the next chapter:
- How do we run unit tests for an application inside a container?
- Should the Docker images that we use in production contain test code? Justify your answer.
- Where do we typically run unit and integration tests that run inside a container?
- List a few advantages of running unit and integration tests in containers.
- What are a few challenges you may face if running tests in containers?