summaryrefslogtreecommitdiff
path: root/test/base/test_except.py
Commit message (Expand)AuthorAgeFilesLines
* adapt pytest plugin to support pytest v7Federico Caselli2021-11-291-1/+0
* Clean up most py3k compatFederico Caselli2021-11-241-10/+5
* deprecation warnings: with_parent, aliased, from_joinpointMike Bayer2021-10-271-0/+2
* Ensure all SQLAlchemy exception can be properly pickledFederico Caselli2021-10-011-0/+133
* Replace all http:// links to https://Federico Caselli2021-07-041-9/+10
* Add version token to error URLMike Bayer2020-06-111-9/+28
* pass executemany context to _repr_paramsMike Bayer2019-10-111-0/+2
* Include newlines in StatementError formattingNate Clark2019-02-201-29/+51
* Post black reformattingMike Bayer2019-01-061-3/+4
* Run black -l 79 against all source filesMike Bayer2019-01-061-75/+145
* Implement an error lookupMike Bayer2017-12-271-7/+69
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-0/+1
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+57
* - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-13/+21
* pep8Mike Bayer2014-10-171-38/+54
* - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-121-8/+1
* - fix unit test affected by #3075Mike Bayer2014-07-291-5/+8
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-6/+5
* - the raw 2to3 runMike Bayer2013-04-271-15/+16
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-11/+11
* who knew we already had a test for thatMike Bayer2011-08-221-12/+19
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-16/+15
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
* restore py2k directive that got whacked by python tidyMike Bayer2010-07-131-3/+3
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-45/+77
* merge 0.6 series to trunk.Mike Bayer2009-08-061-6/+10
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+119