File: conftest.py

package info (click to toggle)
apt-listchanges 4.8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: python: 3,477; xml: 693; makefile: 167; sh: 71; perl: 61
file content (5 lines) | stat: -rw-r--r-- 60 bytes parent folder | download
1
2
3
4
5
import apt_pkg


def pytest_configure():
    apt_pkg.init()