Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I4e8c2aa8fe817bb2af8707410fa0201f938781de | ||||
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -0/+5 |
| | | | | | | profiling problems here - add extras_require to setup.py for the most common DBAPIs - rework tox.ini to use extras, specify a test matrix built in | ||||
* | - move away from explicit raises of SkipTest, instead call a | Mike Bayer | 2015-05-01 | 1 | -5/+5 |
| | | | | | | | function patched onto config. nose/pytest backends now fill in their exception class here only when loaded - use more public seeming api to get at py.test Skipped exception | ||||
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - more callcounts | Mike Bayer | 2015-01-05 | 1 | -2/+4 |
| | | | | - add the platform key to the error output | ||||
* | - add a new option --force-write-profiles to rewrite profiles even if they | Mike Bayer | 2014-11-25 | 1 | -2/+6 |
| | | | | are passing | ||||
* | - correct this to rewrite a multiple profile line correctly | Mike Bayer | 2014-11-14 | 1 | -1/+5 |
| | |||||
* | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 1 | -138/+78 |
| | | | | they can be used under xdist | ||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -30/+30 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | - remove nose dependency | Mike Bayer | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | - fix some function mismatch in profiling | Mike Bayer | 2014-01-09 | 1 | -6/+3 |
| | |||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
| | |||||
* | - fix bug here in profiling.py | Mike Bayer | 2013-08-28 | 1 | -11/+11 |
| | | | | - callcount | ||||
* | - rework the profile thing to just rewrite all failing numbers when ↵ | Mike Bayer | 2013-08-28 | 1 | -6/+18 |
| | | | | | | --write-profiles is set - some sqlite callcounts | ||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
| | | | | - went through examples/ and cleaned out excess list() calls | ||||
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -2/+2 |
| | | | | | | - other cleanup - don't need compat.decimal, that approach never panned out. hopefully outside libs aren't pulling it in, they shouldn't be | ||||
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -22/+25 |
| | |||||
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -7/+6 |
| | |||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+292 |
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. |