[TIP] Library supporting fixture composition: kt.testing

Chris Withers chris at simplistix.co.uk
Tue Mar 29 05:47:56 PDT 2016


On 22/03/2016 18:09, Ian Cordasco wrote:
>   an
>
> On Tue, Mar 22, 2016 at 12:52 PM, Fred Drake <fred at fdrake.net> wrote:
>> kt.testing is a new library for test fixture composition we've created
>> at Keeper Technology (http://www.keepertech.com/).  The first public
>> release (1.0.0) was made available yesterday.
>>
>> We use this with unittest.TestCase-derived test classes where additional
>> APIs are desired for deal with integration with other packages.  An
>> integration and test support API for the popular requests library is
>> included.
>>
>> We've been using this with Python 2.7.
>>
>> The package is available on PyPI and GitHub:
>>
>>      https://pypi.python.org/pypi/kt.testing/
>>      https://github.com/keepertech/kt.testing
>>
>> There's documentation, but it's probably lacking.  Feel free to ask
>> questions here.
>
> How does this compare to https://github.com/testing-cabal/fixtures,
> https://github.com/openstack/requests-mock, and
> https://github.com/sigmavirus24/betamax?

Also, on the logging front, there's:

http://testfixtures.readthedocs.org/en/latest/logging.html

cheers,

Chris



More information about the testing-in-python mailing list