yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12035
[Bug 1296321] [NEW] run_tests.sh outputs <django.utils.functional.__proxy__ object at 0x68014d0>
Public bug reported:
When running run_tests.sh, we see the following outputs:
<django.utils.functional.__proxy__ object at 0x68014d0>
<django.utils.functional.__proxy__ object at 0x6993c10>
According to my initial debug, it comes from
openstack_dashboard.dashboards.project.instances.tests.InstanceTests.test_index_form_action_with_pagination
(What I did is just to print test names by adding "print self.id()" to
TestCase.setUp in openstack_dashboard/test/helpers.py)
** Affects: horizon
Importance: Undecided
Status: New
** Tags: low-hanging-fruit
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1296321
Title:
run_tests.sh outputs <django.utils.functional.__proxy__ object at
0x68014d0>
Status in OpenStack Dashboard (Horizon):
New
Bug description:
When running run_tests.sh, we see the following outputs:
<django.utils.functional.__proxy__ object at 0x68014d0>
<django.utils.functional.__proxy__ object at 0x6993c10>
According to my initial debug, it comes from
openstack_dashboard.dashboards.project.instances.tests.InstanceTests.test_index_form_action_with_pagination
(What I did is just to print test names by adding "print self.id()" to
TestCase.setUp in openstack_dashboard/test/helpers.py)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1296321/+subscriptions
Follow ups
References