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