Migrate from unittest to unittest2

Registered by Brian Lamar

The unittest2 library provides all of the Python 2.7 unittest improvements...backported for Python 2.6. These enhancements are numerous and we should replace all references of:

import unittest

with

import unittest2 as unittest

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Vish Ishaya

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.