Re: svn commit: r28378 - trunk/subversion/tests/cmdline
From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-12-11 01:39:48 CET
On Dec 10, 2007 1:42 PM, <dlr@tigris.org> wrote:
Nice test, Dan! I like how you abstracted out the repeated elements;
Do you think it's worth also testing the variants where "A" is the
> + for depth in sbox_for_depth.keys():
As a tiny python style thing here, I might have written
for depth, sbox in sbox_for_depth.iteritems():
... though maybe we never quite decided that requiring 2.2 for the
--dave
-- David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Dec 11 01:39:57 2007 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.