]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- todos
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Sep 2012 21:28:20 +0000 (17:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Sep 2012 21:28:20 +0000 (17:28 -0400)
test/plugin/README

index b96edb211f453df0ba645e3509532a4916a8aaea..8abca47e53c60bb3c585a900e5aed1c3cbef575f 100644 (file)
@@ -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.