[Python-modules-commits] r22745 - in packages/doublex/trunk/debian (changelog control)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Tue Oct 9 10:01:23 UTC 2012
Date: Tuesday, October 9, 2012 @ 10:01:21
Author: davidvilla-guest
Revision: 22745
1.5
Modified:
packages/doublex/trunk/debian/changelog
packages/doublex/trunk/debian/control
Modified: packages/doublex/trunk/debian/changelog
===================================================================
--- packages/doublex/trunk/debian/changelog 2012-10-03 17:31:10 UTC (rev 22744)
+++ packages/doublex/trunk/debian/changelog 2012-10-09 10:01:21 UTC (rev 22745)
@@ -1,3 +1,10 @@
+doublex (1.5-1) unstable; urgency=low
+
+ * Release to substitute pyDoubles
+ * [/control] New description
+
+ -- David Villa Alises <David.Villa at gmail.com> Tue, 09 Oct 2012 12:00:05 +0200
+
doublex (0.6.3-1) unstable; urgency=low
* New release
@@ -6,24 +13,6 @@
doublex (0.6.2-1) unstable; urgency=low
- * New release
-
- -- David Villa Alises <David.Villa at gmail.com> Fri, 28 Sep 2012 14:04:37 +0200
-
-doublex (0.6.1-1) unstable; urgency=low
-
- * New release
-
- -- David Villa Alises <David.Villa at gmail.com> Fri, 21 Sep 2012 23:40:18 +0200
-
-doublex (0.5-1) unstable; urgency=low
-
- * New release
-
- -- David Villa Alises <David.Villa at gmail.com> Mon, 10 Sep 2012 15:00:50 +0200
-
-doublex (0.3-1) unstable; urgency=low
-
* Initial release (Closes: #688979)
- -- David Villa Alises <David.Villa at gmail.com> Mon, 03 Sep 2012 18:11:35 +0200
+ -- David Villa Alises <David.Villa at gmail.com> Fri, 28 Sep 2012 14:04:37 +0200
Modified: packages/doublex/trunk/debian/control
===================================================================
--- packages/doublex/trunk/debian/control 2012-10-03 17:31:10 UTC (rev 22744)
+++ packages/doublex/trunk/debian/control 2012-10-09 10:01:21 UTC (rev 22745)
@@ -14,14 +14,17 @@
Architecture: all
Depends: ${misc:Depends}, python-hamcrest
Description: doublex is a test doubles framework for the Python platform.
- doublex is a test doubles framework for the Python platform. Test doubles
- frameworks are also called mocking or isolation frameworks. doublex can be
- used as a testing tool or as a Test Driven Development tool.
+ doublex is a test doubles framework for the Python unittest module. It may be
+ used as a effective tool to perform Test Driven Development.
.
- It generates stubs, spies, and mock objects using a minimal interface. It
- support hamcrest matchers both stub definitions and spy checking. All
- assertions are done using hamcrest assert_that(). Moreover, itâs been designed
- to make your tests less fragile when possible.
+ It provides stubs, spies, proxy-spies, mocks, individual methods, properties,
+ etc. Methods support observer attachment or delegate return value generation
+ to iterables, generators or even third party functions. A special double
+ factory (called Mimic) allows to create doubles inheriting original class
+ superclasses. This allow replace original instances even for code performing
+ explicit type checking.
+ .
+ doublex also provides the legacy pyDoubles API as a wrapper.
# Local Variables:
More information about the Python-modules-commits
mailing list