Path to this page:
Subject: CVS commit: pkgsrc/devel/py-testscenarios
From: Thomas Klausner
Date: 2017-02-22 15:21:40
Message id: 20170222142140.C731CFBE4@cvs.NetBSD.org
Log Message:
Import py-testscenarios-0.5.0 as devel/py-testscenarios.
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).
Files: