Browse Source

Merge branch 'master' of https://github.com/z0z0r4/fastapi

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

2
tests/test_tutorial/test_testing/test_tutorial003.py

@ -4,4 +4,4 @@ import pytest
def test_main():
with pytest.warns(DeprecationWarning):
from docs_src.app_testing.tutorial003 import test_read_items
test_read_items()
test_read_items()

Loading…
Cancel
Save