assertTrue format incorrect in test_extensions.py unit test
Bug #1218713 reported by
Rajdeep
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Low
|
Cedric Brandily |
Bug Description
Usage of assertTrue/
Change example
from assertTrue(x in y) => assertIn(x,y)
assertFalse(x in y) => assertNotIn(x, y)
Applicable to all the unit test cases
Reference : Similar bug https:/
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in neutron: | |
assignee: | Cedric Brandily (cbrandily) → Armando Migliaccio (armando-migliaccio) |
Changed in neutron: | |
assignee: | Armando Migliaccio (armando-migliaccio) → Cedric Brandily (cbrandily) |
importance: | Undecided → Low |
tags: | added: low-hanging-fruit |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/44397
Review: https:/