File: __init__.py

package info (click to toggle)
pyodbc 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: cpp: 7,631; python: 2,198; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# This file is required to simplify running pytest.
#
# Build pyodbc into the project root by running: python setup.py build_ext --inplace
#
# Then run pytest from the root: pytest tests/postgresql_test.py