ospurge/ospurge/tests
Victor Stinner 17162e6506 Python2: Add mock and unittest2 test dependencies
* unittest.mock was added in Python 3.3 standard library: use
  external 'mock' module, backport for Python 2.7
* assertRaisesRegex() method was added to Python 3.2 unittest module:
  use external 'unitttest2' backport for Python 2.7 to not have to
  rewrite unit tests just because of Python 2.7

Both added dependencies are specific to Python 2.7 and have no impact
on Python 3.

Related-Bug: 1726399
Change-Id: Ieb32e85d6f40f9b7bed5ba99900be2432d18da9e
2017-11-09 10:43:20 +00:00
..
resources Python2: Add mock and unittest2 test dependencies 2017-11-09 10:43:20 +00:00
__init__.py Python2: Add mock and unittest2 test dependencies 2017-11-09 10:43:20 +00:00
test_main.py Python2: Add mock and unittest2 test dependencies 2017-11-09 10:43:20 +00:00
test_utils.py Python2: Add mock and unittest2 test dependencies 2017-11-09 10:43:20 +00:00