]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BaseObjectTestCase: rename test_class into _test_class
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 8 Jul 2015 15:47:12 +0000 (17:47 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 10 Jul 2015 18:00:12 +0000 (18:00 +0000)
commit78703ddefbbf93dda8ecb173f14086880bb9f82f
tree9df851947ee6785fd78685935ce71627fabfb4c5
parenta71cb067d0100a1ec3f6df037c6c4740a6b2771a
BaseObjectTestCase: rename test_class into _test_class

It seems that testtools are trying to load that class as if it's a test
case (for it considers everything inside a test class named as test_* as
a test case).

Change-Id: Ic4342cc0637d659191f084467ccdb9c90e89a023
neutron/tests/unit/objects/qos/test_policy.py
neutron/tests/unit/objects/qos/test_rule.py
neutron/tests/unit/objects/test_base.py