Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 12, 2023
1 parent 140e761 commit 0c7ba7f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_0637-setup-tests-for-AwkwardForth.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_02(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_03(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-FCCDelphesOutput.root")) as file:
Expand All @@ -75,7 +74,6 @@ def test_03(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_04(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file:
Expand All @@ -99,7 +97,6 @@ def test_05():
# py[-1] == <xAOD::TrigConfKeys_v1 (version 1) at 0x7fecf9212760>



@pytest.mark.parametrize("is_forth", [False, True])
def test_06(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file:
Expand All @@ -114,7 +111,6 @@ def test_06(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_07(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file:
Expand Down Expand Up @@ -154,7 +150,6 @@ def test_09(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_10(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file:
Expand Down Expand Up @@ -216,7 +211,6 @@ def test_13(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_14(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file:
Expand Down Expand Up @@ -351,7 +345,6 @@ def test_22(is_forth):
assert interp.content._complete_forth_code is not None



@pytest.mark.skip(reason="AwkwardForth generation not implemented for this case.")
@pytest.mark.parametrize("is_forth", [False, True])
def test_23(is_forth):
Expand Down Expand Up @@ -458,7 +451,6 @@ def test_30(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_31(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue-308.root")) as file:
Expand All @@ -473,7 +465,6 @@ def test_31(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_32(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue31.root")) as file:
Expand Down Expand Up @@ -503,7 +494,6 @@ def test_33(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_34(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue371.root")) as file:
Expand Down Expand Up @@ -786,7 +776,6 @@ def test_54(is_forth):
assert interp._complete_forth_code is not None



@pytest.mark.parametrize("is_forth", [False, True])
def test_55(is_forth):
with uproot.open(skhep_testdata.data_path("uproot-issue519.root")) as file:
Expand Down

0 comments on commit 0c7ba7f

Please sign in to comment.