python-testscenarios 0.4-2ubuntu1 source package in Ubuntu

Changelog

python-testscenarios (0.4-2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add python3 support.

python-testscenarios (0.4-2) unstable; urgency=low

  * Using debian-unstable as packaging branch.
  * Fixed python -> python-all build-depends.

python-testscenarios (0.4-1) unstable; urgency=low

  * New upstream release.
  * Package is now team maintained in PKG OpenStack.
  * debian/copyright now using 1.0 parsable format.
  * Now using 3.0 (quilt) source format.
  * Using debhelper and compat 9.
  * Using dh_python2 and not CDBS anymore.
  * Added VCS fields.
  * Added build-depends: python-setuptools.
  * Added a watch file.
 -- Chuck Short <email address hidden>   Mon, 28 Oct 2013 11:08:21 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-testscenarios_0.4.orig.tar.gz 22.2 KiB 4feeee84f7fd8a6258fc00671e1521f80cb68d2fec1e2908b3ab52bcf396e198
python-testscenarios_0.4-2ubuntu1.debian.tar.gz 3.4 KiB 8553205de860a20390315b17e3137d3bf1c805e92ce6ad673c159b022a83b54f
python-testscenarios_0.4-2ubuntu1.dsc 1.6 KiB 80d9290f9c014bd3fcc1bce1a7a10cf949cf19f90fa989cb1c622f02b8ba877a

Available diffs

View changes file

Binary packages built by this source

python-testscenarios: 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).

python3-testscenarios: 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).