mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
7 lines
275 B
Plaintext
7 lines
275 B
Plaintext
Unittest2 is a backport of the new features added to the unittest testing
|
|
framework in Python 2.7 and onwards. It is tested to run on Python 2.6, 2.7,
|
|
3.2, 3.3, 3.4 and pypy.
|
|
|
|
To use unittest2 instead of unittest simply replace ''import unittest'' with
|
|
''import unittest2''.
|