summaryrefslogtreecommitdiff
path: root/test/dialect/test_access.py
Commit message (Collapse)AuthorAgeFilesLines
* - [feature] the MS Access dialect has beenMike Bayer2012-09-301-31/+0
| | | | | | | | | | moved to its own project on Bitbucket, taking advantage of the new SQLAlchemy dialect compliance suite. The dialect is still in very rough shape and probably not ready for general use yet, however it does have *extremely* rudimental functionality now.
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-1/+1
| | | | | | | 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.
* - remove test.sql._base, test.engine._base, test.orm._base, move those ↵Mike Bayer2011-03-271-1/+1
| | | | | | | classes to a new test.lib.fixtures module - move testing.TestBase to test.lib.fixtures - massive search and replace
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-1/+1
|
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+31
See README.unittests for information on how to run the tests. [ticket:970]