File: test_import_all.py

package info (click to toggle)
pg8000 1.31.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: python: 8,273; sh: 25; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
from pg8000.native import *  # noqa: F403


def test_import_all():
    type(Connection)  # noqa: F405