Mike Bayer
20cdc64588
trying different approaches to test layout. in this one, the testing modules
...
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.
2012-09-27 02:37:33 -04:00
Mike Bayer
68a350d462
- remove test.sql._base, test.engine._base, test.orm._base, move those classes to a new test.lib.fixtures module
...
- move testing.TestBase to test.lib.fixtures
- massive search and replace
2011-03-27 16:27:27 -04:00
Mike Bayer
134a4cb3a6
fix some tests
2011-02-10 23:37:15 -05:00
Mike Bayer
e1402efb19
- move sqlalchemy.test to test.lib
2010-11-15 19:37:50 -05:00
Mike Bayer
761b4f29e2
- *Major* cleanup / modernization of the Informix
...
dialect for 0.6, courtesy Florian Apolloner.
[ticket:1906]
2010-10-01 21:26:05 -04:00
Mike Bayer
a6b62cc3fe
Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual intervention
2010-07-11 13:15:51 -04:00
Mike Bayer
23f8c6c241
- Table.create() and Table.drop() no longer apply metadata-
...
level create/drop events. [ticket:1771]
2010-04-16 13:08:45 -04:00
Mike Bayer
8fc5005dfe
merge 0.6 series to trunk.
2009-08-06 21:11:27 +00:00
Mike Bayer
45cec095b4
- unit tests have been migrated from unittest to nose.
...
See README.unittests for information on how to run
the tests. [ticket:970]
2009-06-10 21:18:24 +00:00