Use AssertIsNone instead of assertEqual(None, ***)
Bug #1510006 reported by
Bertrand Lallau
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
Undecided
|
Bertrand Lallau | ||
Fuel for OpenStack |
Confirmed
|
Low
|
Fuel Sustaining | ||
Mitaka |
Won't Fix
|
Low
|
Fuel Sustaining | ||
Magnum |
Fix Released
|
Undecided
|
Bertrand Lallau | ||
Murano |
Fix Released
|
Low
|
Lin Yang | ||
congress |
Fix Released
|
Undecided
|
Lin Yang | ||
python-novaclient |
Fix Released
|
Undecided
|
Takashi Natsume |
Bug Description
Use assertIsNone instead of assertEqual(None, ***)
Instead of using assertEqual(None, ***), developers should
use assertIsNone(***).
Changed in designate: | |
assignee: | nobody → Bertrand Lallau (bertrand-lallau) |
status: | New → In Progress |
Changed in magnum: | |
assignee: | nobody → Peiyu Lin (mathspanda) |
Changed in heat: | |
assignee: | nobody → lvdongbing (dbcocle) |
Changed in magnum: | |
assignee: | Peiyu Lin (mathspanda) → Bertrand Lallau (bertrand-lallau) |
Changed in murano: | |
assignee: | nobody → Lin Yang (lin-a-yang) |
Changed in murano: | |
status: | New → In Progress |
Changed in murano: | |
importance: | Undecided → Medium |
milestone: | none → mitaka-1 |
importance: | Medium → Low |
Changed in congress: | |
assignee: | nobody → Lin Yang (lin-a-yang) |
Changed in magnum: | |
milestone: | none → mitaka-1 |
status: | Fix Committed → Fix Released |
Changed in murano: | |
status: | Fix Committed → Fix Released |
Changed in congress: | |
milestone: | none → mitaka-2 |
status: | Fix Committed → Fix Released |
Changed in python-novaclient: | |
assignee: | nobody → Takashi NATSUME (natsume-takashi) |
Changed in fuel: | |
assignee: | nobody → Béla Vancsics (vancsics) |
status: | New → In Progress |
Changed in fuel: | |
milestone: | none → 9.0 |
importance: | Undecided → Low |
tags: | added: area-python tech-debt |
Changed in heat: | |
status: | New → Confirmed |
Changed in designate: | |
status: | In Progress → Fix Committed |
status: | Fix Committed → Fix Released |
Changed in fuel: | |
assignee: | Béla Vancsics (vancsics) → nobody |
Changed in fuel: | |
status: | In Progress → Confirmed |
assignee: | nobody → Fuel Python Team (fuel-python) |
no longer affects: | fuel/newton |
no longer affects: | heat |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/239418
Review: https:/