8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Originally posted by rassie August 4, 2021 I would like to implement this assertion to check that count is within 10% of the expected value:
count
assert count <= snapshot * 1.1 and count >= snapshot * 0.9
Is there a good way to do that with syrupy?
syrupy