summaryrefslogtreecommitdiff
path: root/test/orm/test_bind.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+0
* Fix ArgumentError access in Session._add_bindMike Bayer2016-09-191-0/+18
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-3/+3
* - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-141-2/+218
* - move BindTest into orm/test_bindsMike Bayer2014-10-141-5/+194
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-1/+1
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-3/+6
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+59