]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add profile sort option to test suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jul 2019 15:43:29 +0000 (11:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jul 2019 15:43:29 +0000 (11:43 -0400)
commitbe9f433ae38d04a8a52d86df09b760dbbfc6cd3e
treeb1242b41b148c54eb8193ada133e8a6323694c5a
parent116faee662f618d5ecd13b1e074a27d5e5a40564
Add profile sort option to test suite

I use the nfl sort a lot to see what calling changes are happening
between two versions in order to identify the offending code, so
add it as a command line option.

Change-Id: Ia1ab6dd98012a78298b325bb5c7c050fa9b767c2
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/profiling.py