Skip to content

Commit 73e9125

Browse files
adapt tests to pytest 8.3.4 (#54)
* adapt tests to pytest 8.3.4 * upgrade locked pytest --------- Co-authored-by: Samuel Colvin <s@muelcolvin.com>
1 parent d100d16 commit 73e9125

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

tests/test_run_examples.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def test_find_run_examples(example: CodeExample, eval_example: EvalExample):
171171
'@@ -4 +4 @@',
172172
'-x =[1,2, 3]',
173173
'+x = [1, 2, 3]',
174+
'',
174175
]
175176

176177

@@ -205,6 +206,7 @@ def test_find_run_examples(example: CodeExample, eval_example: EvalExample):
205206
'@@ -4 +4 @@',
206207
'-x·=[1,2,·3]',
207208
'+x·=·[1,·2,·3]',
209+
'',
208210
]
209211

210212

@@ -251,6 +253,7 @@ def test_find_run_examples(example: CodeExample, eval_example: EvalExample):
251253
'- 3',
252254
'-]',
253255
'+x = [1, 2, 3]',
256+
'',
254257
]
255258

256259

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)