summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/plugin/noseplugin.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - move away from explicit raises of SkipTest, instead call aMike Bayer2015-05-011-0/+3
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-0/+2
* - remove some crufty old testing optionsMike Bayer2014-09-141-16/+16
* - repair test finding to not skip the test_suite testsMike Bayer2014-07-301-0/+1
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-4/+9
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-6/+7
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* use importlib.machinery to load modules instead of imp under Python 3.3 and g...Matt Chisholm2014-04-141-2/+7
* - fixes to multi-backend testsMike Bayer2014-03-271-1/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-412/+31
* - happy new yearMike Bayer2014-01-051-1/+1
* - enhance the exclusions system to support database versions within the __onl...Mike Bayer2013-12-171-6/+9
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+2
* - endless isinstance(x, str)s....Mike Bayer2013-04-281-2/+8
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-5/+2
* - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-1/+0
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-3/+16
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-2/+8
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-1/+16
* - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-121-1/+6
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-6/+16
* - add back __engine_options__Mike Bayer2012-10-041-7/+20
* - connect immediately on _create_testing_engine to initialize dialect capabil...Mike Bayer2012-10-041-0/+1
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-12/+19
* consolidate config into noseplugin, remove the dupe, load noseplugin using im...Mike Bayer2012-09-301-9/+192
* also get rid of satest.cfgMike Bayer2012-09-291-1/+1
* adjustmentsMike Bayer2012-09-291-1/+5
* getting everything to pass againMike Bayer2012-09-271-2/+1
* - add a runner moduleMike Bayer2012-09-271-1/+1
* tweaksMike Bayer2012-09-271-5/+5
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+199