Commit Graph

11 Commits

Author SHA1 Message Date
Mike Bayer 4100f9c06e - remove nose dependency 2014-03-26 14:42:51 -04:00
Mike Bayer 1d4f0df35d - fix some function mismatch in profiling 2014-01-09 23:20:00 -05:00
Mike Bayer f89d4d216b - happy new year 2014-01-05 16:57:05 -05:00
Mike Bayer 42f2a16be7 - add copyright to source files missing it 2013-10-26 16:32:58 -04:00
Mike Bayer 03c9b2df77 - fix bug here in profiling.py
- callcount
2013-08-28 10:19:11 -04:00
Mike Bayer 87b9f48c57 - rework the profile thing to just rewrite all failing numbers when --write-profiles is set
- some sqlite callcounts
2013-08-28 00:04:38 -04:00
Mike Bayer 4b614b9b35 - the raw 2to3 run
- went through examples/ and cleaned out excess list() calls
2013-04-27 19:53:57 -04:00
Mike Bayer c8a80e2130 - remove all compat items that are pre-2.5 (hooray)
- other cleanup
- don't need compat.decimal, that approach never panned out. hopefully
outside libs aren't pulling it in, they shouldn't be
2013-03-09 17:26:16 -05:00
Diana Clarke ffb2107703 just a pep8 pass of lib/sqlalchemy/testing/ 2012-11-19 20:19:39 -05:00
Mike Bayer b9ea55f861 - more tests, move some tests out of test_reflection, test_query 2012-09-27 16:11:32 -04:00
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