Source: python-testscenarios
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Robert Collins <robertc@robertcollins.net>
Section: python
Priority: optional
Standards-Version: 3.9.4
Build-Depends:
    debhelper (>= 8),
    python (>= 2.6.6-3~),
    python-setuptools,
    python3-setuptools,
    python-testtools,
    python3,
    python3-testtools
XS-Python-Version: all
Homepage: https://launchpad.net/testscenarios

Package: python-testscenarios
Architecture: all
Depends: ${python:Depends},
    ${misc:Depends},
    python-testtools
Provides: ${python:Provides}
Description: Dependency injection for Python unittest tests (python2)
 testscenarios provides clean dependency injection for python unittest style
 tests. This can be used for interface testing (testing many implementations
 via a single test suite) or for classic dependency injection (provide tests
 with dependencies externally to the test code itself, allowing easy testing
 in different situations).

Package: python3-testscenarios
Architecture: all
Depends: ${python3:Depends},
    ${misc:Depends},
    python3-testtools
Provides: ${python3:Provides}
Description: Dependency injection for Python unittest tests (python3)
 testscenarios provides clean dependency injection for python unittest style
 tests. This can be used for interface testing (testing many implementations
 via a single test suite) or for classic dependency injection (provide tests
 with dependencies externally to the test code itself, allowing easy testing
 in different situations).
