Skip to content

Commit

Permalink
Set maxDiff = None
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorusso committed Sep 25, 2024
1 parent fdd3ce1 commit 6f49f86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyperf/tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ def check_args(loops, a, b):


class TestRunner(unittest.TestCase):

maxDiff = None

def create_runner(self, args, **kwargs):
# hack to be able to create multiple instances per process
pyperf.Runner._created.clear()
Expand Down

0 comments on commit 6f49f86

Please sign in to comment.