Skip to content

Commit 51ce2cb

Browse files
pre-commit-ci[bot]SethBendigo
authored andcommitted
style: pre-commit fixes
1 parent 9416069 commit 51ce2cb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test_0637-setup-tests-for-AwkwardForth.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def test_02(is_forth):
5656
assert interp._complete_forth_code is not None
5757

5858

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

7776

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

10199

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

116113

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

156152

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

218213

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

353347

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

460453

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

475467

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

505496

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

788778

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

0 commit comments

Comments
 (0)