Browse Source

🔥 Remove test for removed source example

pull/14900/head
Sebastián Ramírez 5 months ago
parent
commit
af77d9b718
  1. 7
      tests/test_tutorial/test_python_types/test_tutorial012.py

7
tests/test_tutorial/test_python_types/test_tutorial012.py

@ -1,7 +0,0 @@
from docs_src.python_types.tutorial012_py310 import User
def test_user():
user = User(name="John Doe", age=30)
assert user.name == "John Doe"
assert user.age == 30
Loading…
Cancel
Save