summaryrefslogtreecommitdiff
path: root/sqla_nose.py
Commit message (Collapse)AuthorAgeFilesLines
* fix the path hereMike Bayer2012-09-301-5/+4
|
* consolidate config into noseplugin, remove the dupe, load noseplugin using ↵Mike Bayer2012-09-301-5/+8
| | | | imp.load_source(), see if that works
* - copy the plugin into test so that it can be loaded w/o breaking coverage.Mike Bayer2012-09-291-1/+3
| | | | this is a really unfortunate hack right now.
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+3
| | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries.
* - set sqla_nose as the setup.py test runner - works !Mike Bayer2010-11-161-2/+1
|
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
|
* first step of [ticket:1949], remove the setuptools aspectMike Bayer2010-11-151-6/+5
| | | | of the plugin, move it to test/bootstrap
* - nose3 seems to support "addplugins" nowMike Bayer2010-11-131-10/+1
| | | | - add a note about sqla_nose.py
* commentMike Bayer2010-11-131-3/+3
|
* Update for new nose plugin location.Jason Kirtland2010-10-191-6/+7
|
* Make sqla_nose.py "just work" for running tests on checkouts without a ↵Jason Kirtland2010-04-231-2/+9
| | | | setup.py develop step or PYTHONPATH.
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+22