Skip to content

Commit bcfa702

Browse files
committed
Figured out I need to mark my tests as 'syntax'.
1 parent fd8d381 commit bcfa702

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/snapshot_tests/test_snapshots.py

+4
Original file line numberDiff line numberDiff line change
@@ -1385,6 +1385,7 @@ def test_text_area_line_number_start(snap_compare):
13851385
)
13861386

13871387

1388+
@pytest.mark.syntax
13881389
@pytest.mark.parametrize(
13891390
"press",
13901391
[
@@ -1426,6 +1427,7 @@ def setup(pilot):
14261427
)
14271428

14281429

1430+
@pytest.mark.syntax
14291431
@pytest.mark.parametrize(
14301432
"press",
14311433
[
@@ -1465,6 +1467,7 @@ def setup(pilot):
14651467
)
14661468

14671469

1470+
@pytest.mark.syntax
14681471
@pytest.mark.parametrize("soft_wrap", [False, True])
14691472
@pytest.mark.parametrize(
14701473
"press", [
@@ -1511,6 +1514,7 @@ def setup(pilot):
15111514
)
15121515

15131516

1517+
@pytest.mark.syntax
15141518
@pytest.mark.skip("SVG rendering does not match terminal rendering")
15151519
@pytest.mark.parametrize(
15161520
"press", [

0 commit comments

Comments
 (0)