We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeae90 commit 4870260Copy full SHA for 4870260
tests/snapshot_tests/test_snapshots.py
@@ -1385,6 +1385,7 @@ def test_text_area_line_number_start(snap_compare):
1385
)
1386
1387
1388
+@pytest.mark.syntax
1389
@pytest.mark.parametrize(
1390
"press",
1391
[
@@ -1426,6 +1427,7 @@ def setup(pilot):
1426
1427
1428
1429
1430
1431
1432
1433
@@ -1465,6 +1467,7 @@ def setup(pilot):
1465
1467
1466
1468
1469
1470
1471
@pytest.mark.parametrize("soft_wrap", [False, True])
1472
1473
"press", [
@@ -1511,6 +1514,7 @@ def setup(pilot):
1511
1514
1512
1515
1513
1516
1517
1518
@pytest.mark.skip("SVG rendering does not match terminal rendering")
1519
1520
0 commit comments