Skip to content

Commit

Permalink
chore: lint benchmarks file
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Negin-Ulster committed Aug 11, 2022
1 parent d578cc2 commit 2a85b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class TestNestedParametrizedClass:
def test_nested_method(self, snapshot, actual):
assert snapshot == actual


@pytest.mark.parametrize("x", range(1000))
def test_performance(x, snapshot):
assert x == snapshot

0 comments on commit 2a85b0e

Please sign in to comment.