diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-29 17:28:20 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-29 17:28:20 -0400 |
| commit | 193a76e70cafa17b040265fcc0a86d0205eaaef2 (patch) | |
| tree | b111a320a087d66526231a32c6f4f64f2e4440be | |
| parent | e53bd22d9eb650a162910df9201b8044d40ee51f (diff) | |
| download | sqlalchemy-193a76e70cafa17b040265fcc0a86d0205eaaef2.tar.gz | |
- todos
| -rw-r--r-- | test/plugin/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/plugin/README b/test/plugin/README index b96edb211..8abca47e5 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. |
