1 changed files with 4 additions and 2 deletions
@ -1,5 +1,7 @@ |
|||
from docs_src.app_testing.tutorial003 import test_read_items |
|||
import pytest |
|||
|
|||
|
|||
def test_main(): |
|||
test_read_items() |
|||
with pytest.warns(DeprecationWarning): |
|||
from docs_src.app_testing.tutorial003 import test_read_items |
|||
test_read_items() |
Loading…
Reference in new issue