tests and changelog

This commit is contained in:
Will McGugan
2023-02-14 15:26:27 +00:00
parent 71d0017ef9
commit a94c725a3b
3 changed files with 339 additions and 0 deletions

View File

@@ -133,6 +133,14 @@ def test_tree_example(snap_compare):
assert snap_compare(WIDGET_EXAMPLES_DIR / "tree.py")
def test_markdown_example(snap_compare):
assert snap_compare(WIDGET_EXAMPLES_DIR / "markdown.py")
def test_markdown_viewer_example(snap_compare):
assert snap_compare(WIDGET_EXAMPLES_DIR / "markdown_viewer.py")
# --- CSS properties ---
# We have a canonical example for each CSS property that is shown in their docs.
# If any of these change, something has likely broken, so snapshot each of them.