Skip to content

Commit

Permalink
fix(tests): disable broken generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Nov 4, 2024
1 parent 09b3391 commit 801854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TestSVG:

# Ignore multistep generators and generators which require input.
notTestGenerators = ('GridfinityTrayLayout', 'TrayLayout', 'TrayLayoutFile', 'TypeTray', 'Edges',)
brokenGenerators = ()
brokenGenerators = ('Console',)
avoidGenerator = notTestGenerators + brokenGenerators

def test_generators_available(self) -> None:
Expand Down

0 comments on commit 801854b

Please sign in to comment.