On 18/02/2016 22:35, Mark Lawrence wrote:
On 18/02/2016 22:27, Chris Withers wrote:
Hi All,
I'm pleased to announce the release of testfixtures 4.9.0 featuring the
following:
4.8.0 or 4.9.0, that is the question, or should it be just how good is
your version control? :)
Gah, I really need
On 18/02/2016 22:27, Chris Withers wrote:
Hi All,
I'm pleased to announce the release of testfixtures 4.9.0 featuring the
following:
4.8.0 or 4.9.0, that is the question, or should it be just how good is
your version control? :)
--
My fellow Pythonistas, ask not what our language can do fo
Hi All,
I'm pleased to announce the release of testfixtures 4.9.0 featuring the
following:
- Suffixes and well as prefixes for compare() assertion errors.
- Appropriate metadata to indicate official support for Python 3.5.
Thanks for Felix Yan for the metadata patch.
Thanks to Wim Glenn for
Hi All,
I'm pleased to announce the release of testfixtures 4.8.0 featuring the
following:
- More succinct mocking with Replacer:
For setUp usage:
class MyTests(TestCase):
def setUp(self):
replace = Replacer()
replace('x.y.z', Mock())
self.addCleanup(replace.rest