File: test_tutorial004.py

package info (click to toggle)
fastapi 0.118.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,212 kB
  • sloc: python: 69,848; javascript: 369; sh: 18; makefile: 17
file content (5 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
from docs_src.app_testing.tutorial004 import test_read_items


def test_main():
    test_read_items()