Skip to content
#

unit-test

Here are 977 public repositories matching this topic...

ward
darrenburns
darrenburns commented Jun 10, 2021

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.

good first issue small docs
Roald87
Roald87 commented Apr 30, 2021

After upgrading from v1.0 to v1.2 I saw that a test suite which ran without issues before, now had a lot of cycle overruns. After some investigation I noticed that there is a parameter to set the maximum number of assertions. For v1.0 this was at 500 and for v1.2 it is at 1000. Even when I set the parameter the same for both versions, v1.0 had no issue with cycle overruns, but v1.2 did. Are assert

help wanted good first issue question

Improve this page

Add a description, image, and links to the unit-test topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unit-test topic, visit your repo's landing page and select "manage topics."

Learn more