mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
Unittest2 is a backport of the new features added to the unittest testing
|
|
framework in Python 2.7. It is tested to run on Python 2.4 - 2.7.
|
|
|
|
To use unittest2 instead of unittest simply replace import unittest with
|
|
import unittest2.
|
|
|
|
This is the version for Python 2.x.
|