Message181882
On Sun, Feb 10, 2013 at 12:43 PM, Nick Coghlan <report@bugs.python.org>wrote:
>
> Nick Coghlan added the comment:
>
> You can use subtests to build parameterized tests, you can't use
> parameterized tests to build subtests.
I doubt you can implement parametrized tests via subtests especially for
functional testing and its fixture needs.
The standard library can also
> be converted to using subtests *far* more readily than it could be
> converted to parameterized tests.
I can see that and for this reason and the stdlib's use cases it might make
sense to support it. The unittest module is also used in many other
contexts so it shouldn't be the only verification criterium.
best,
holger |
|
Date |
User |
Action |
Args |
2013-02-11 08:09:05 | hpk | set | recipients:
+ hpk, brett.cannon, spiv, exarkun, ncoghlan, pitrou, ezio.melotti, eric.araujo, Arfrever, r.david.murray, michael.foord, flox, fperez, chris.jerdonek, Yaroslav.Halchenko, santoso.wijaya, nchauvat, Julian, abingham, eric.snow, serhiy.storchaka, borja.ruiz, bfroehle |
2013-02-11 08:09:05 | hpk | link | issue16997 messages |
2013-02-11 08:09:05 | hpk | create | |
|