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 242da23 commit c2cd993Copy full SHA for c2cd993
tests/test_jsx_tags.py
@@ -214,7 +214,7 @@ def tagify(self):
214
x = Foo(div(TagifiableDep(), TagifiableDep2()))
215
# Make sure that calling render() doesn't alter the object in place and result in
216
# output that changes from run to run.
217
- assert str(x.tagify()) == str(x.tagify())
+ assert x.tagify() == x.tagify()
218
assert HTMLDocument(x).render() == HTMLDocument(x).render()
219
220
# Make sure that the dependency (which is added to the tree when MyTag.tagify() is
0 commit comments