Test Automation Made Simple
testing
automation
microservices
webdriver
bdd
mock-server
load-testing
assertions
test-automation
cucumber
developer-tools
testing-tools
api-testing
contract-testing
automated-testing
testing-framework
-
Updated
Jun 4, 2022 - Java
We need a page in the docs that tell users that to mock they should use
from unittest import mock
.We should note that the
mock.patch
decorators don't currently work, and that we need to use the context managers instead.