Files
vmware-nsx/neutron/tests/unit/test_neutron_context.py
Zhongyue Luo bdddb0bf12 Utilizes assertNotIn
Using assertTrue and the 'not in' operator to test
if an element is in a sequence is too python2.4.
Our unit testing framework supports assertNotIn
which was created for these types of tests.

Fixes bug #1230028

Change-Id: Ibaf6c73c514b9ad27f8f37eb3f1043e31dbfdcc1
2013-10-09 08:25:13 +08:00

2.6 KiB