Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent d9dd4ef commit 28336e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
def testdata():
return str(uuid.uuid4())


@pytest.fixture
def find_filter():
return [
Expand Down
3 changes: 1 addition & 2 deletions tests/test_find_command_line_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

from signac.filterparse import parse_filter_arg, parse_simple


VALUES = {"1": 1, "1.0": 1.0, "abc": "abc", "true": True, "false": False, "null": None}

ARITHMETIC_EXPRESSIONS = [
Expand Down Expand Up @@ -39,7 +38,7 @@ class TestFindCommandLineInterface:
def _parse(args):
with redirect_stderr(StringIO()):
return parse_filter_arg(args)

@pytest.mark.usefixtures("find_filter")
def test_interpret_json(self, find_filter):
def _assert_equal(q):
Expand Down

0 comments on commit 28336e7

Please sign in to comment.