Browse Source

fix: Add test for tutorial004

pull/13259/head
z0z0r4 3 weeks ago
parent
commit
f14743764d
No known key found for this signature in database GPG Key ID: 448EF3037425FD6A
  1. 5
      tests/test_tutorial/test_testing/test_tutorial004.py

5
tests/test_tutorial/test_testing/test_tutorial004.py

@ -0,0 +1,5 @@
from docs_src.app_testing.tutorial004 import test_read_items
def test_main():
test_read_items()
Loading…
Cancel
Save