]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use a string multiplier instead of 59 repetitions
authorKevin Benton <blak111@gmail.com>
Tue, 18 Nov 2014 15:51:08 +0000 (07:51 -0800)
committerKevin Benton <blak111@gmail.com>
Tue, 18 Nov 2014 15:54:12 +0000 (07:54 -0800)
commit631a2518169018c04a4eb3d7a8026f322ec2b677
treed9a15c9407ec4de1e5217c87940192775bd9d7bf
parent1681f62ec91b6c3705a14393815542dc1746de71
Use a string multiplier instead of 59 repetitions

A recently added test case added a long string of repeated 1's
which required a #noqa flag. A string multiplier represents the
same thing in a much shorter fashion.

Change-Id: I2f4d5568b3e132781fc51bd2e9b3efd44c549689
neutron/tests/unit/test_attributes.py