From: Mike Bayer Date: Sat, 29 Sep 2012 21:28:20 +0000 (-0400) Subject: - todos X-Git-Tag: rel_0_8_0b1~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=193a76e70cafa17b040265fcc0a86d0205eaaef2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - todos --- diff --git a/test/plugin/README b/test/plugin/README index b96edb211f..8abca47e53 100644 --- a/test/plugin/README +++ b/test/plugin/README @@ -20,3 +20,17 @@ Other solutions that have not worked include: package, is really awkward. Doesn't work. + +so: TODO + +1. fix that pdb you have stuck in _do_skips + +2. offload everything in noseplugin that is post-coverage out to +testing/ - mainly _do_skips and the before/after test/context hooks. + +3. merge plugins/config into noseplugin. + +4. remove test/plugin + +5. have sqla_nose.py load noseplugin.py as a single .py file, using +imp or similar. it has no dependencies outside of sqlalchemy.testing.