]> 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>
Thu, 24 Aug 2017 13:37:47 +0000 (09:37 -0400)
commitaf15353315a40704f4cb8d2599605ce04e335387
tree6fab463b8237bed61773ecaa8f3b352e66b94048
parentb63d815c21847e63014871ba6dd22bd5e7a26e34
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
(cherry picked from commit bb9d511e52ee5ab3621d8595328ee2400242461a)
lib/sqlalchemy/testing/plugin/plugin_base.py