File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1385,6 +1385,7 @@ def test_text_area_line_number_start(snap_compare):
1385
1385
)
1386
1386
1387
1387
1388
+ @pytest .mark .syntax
1388
1389
@pytest .mark .parametrize (
1389
1390
"press" ,
1390
1391
[
@@ -1426,6 +1427,7 @@ def setup(pilot):
1426
1427
)
1427
1428
1428
1429
1430
+ @pytest .mark .syntax
1429
1431
@pytest .mark .parametrize (
1430
1432
"press" ,
1431
1433
[
@@ -1465,6 +1467,7 @@ def setup(pilot):
1465
1467
)
1466
1468
1467
1469
1470
+ @pytest .mark .syntax
1468
1471
@pytest .mark .parametrize ("soft_wrap" , [False , True ])
1469
1472
@pytest .mark .parametrize (
1470
1473
"press" , [
@@ -1511,6 +1514,7 @@ def setup(pilot):
1511
1514
)
1512
1515
1513
1516
1517
+ @pytest .mark .syntax
1514
1518
@pytest .mark .skip ("SVG rendering does not match terminal rendering" )
1515
1519
@pytest .mark .parametrize (
1516
1520
"press" , [
You can’t perform that action at this time.
0 commit comments