]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Restore original test names
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Aug 2017 13:32:08 +0000 (09:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Aug 2017 13:34:28 +0000 (09:34 -0400)
commitbb9d511e52ee5ab3621d8595328ee2400242461a
treeab575b9fb2eff1e4e44439fe15de38fec5a2b600
parente331da58a6d136aff824b43312424083090a7c90
Restore original test names

The change in de1f8f8345ecd6af0ec1177703465e9471cfe862
modified how test classes are named, breaking logic that
extracts the class name for the profiling suite.
Add a new variable _sa_orig_cls_name if we've modified the
name so that the profiling logic doesn't need to guess
the original class name.

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