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 3fd7c8d commit bbde89aCopy full SHA for bbde89a
tests/test_templates/test_property_templates/test_date_property/test_date_property.py
@@ -71,6 +71,5 @@ def test_optional_nullable():
71
72
template = env.get_template("date_property_template.py")
73
content = template.render(property=prop)
74
- print(content)
75
expected = here / "optional_nullable.py"
76
assert content == expected.read_text()
0 commit comments