Skip to content

Commit b4a66f4

Browse files
committed
refactor test names
1 parent 9e2ace2 commit b4a66f4

File tree

7 files changed

+0
-15
lines changed

7 files changed

+0
-15
lines changed

tests/test_asserts.py

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/test_web/test_module.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@ def test_module_from_template_where_template_does_not_exist():
8181
reactpy.web.module_from_template("does-not-exist", "something.js")
8282

8383

84-
async def test_module_from_template(display: DisplayFixture):
85-
victory = reactpy.web.module_from_template("react@18.2.0", "victory-bar@35.4.0")
86-
87-
assert "react@18.2.0" in victory.file.read_text()
88-
VictoryBar = reactpy.web.export(victory, "VictoryBar")
89-
await display.show(VictoryBar)
90-
91-
await display.page.wait_for_selector(".VictoryContainer")
92-
93-
9484
async def test_module_from_file(display: DisplayFixture):
9585
SimpleButton = reactpy.web.export(
9686
reactpy.web.module_from_file(

0 commit comments

Comments
 (0)