File: test_cli.py

package info (click to toggle)
python-popcon 3.0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: python: 225; makefile: 35
file content (13 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
import popcon.__main__ as cli


def test_main_single_package():
    cli.main('python-debianbts')


def test_main_multi_packages():
    cli.main('python-debianbts python3')


def test_main_multi_packages_verbose():
    cli.main('-v python-debianbts python3')