Skip to content

Commit

Permalink
drop old code
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Nov 17, 2023
1 parent 60ab276 commit 80c0a97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_w3c.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def raise_if_errors(results, exclude=EXCLUDE):
),
)
def test_baseline_w3c(page, exporter, notebook):
config = {}
config.setdefault(
"runOnly",
["act", "best-practice", "experimental", "wcag21a", "wcag21aa", "wcag22aa"],
)
target = HTML / notebook.with_suffix(".html").name
target.parent.mkdir(exist_ok=True, parents=True)
target.write_text(exporter.from_filename(notebook)[0])
Expand Down

0 comments on commit 80c0a97

Please sign in to comment.