summaryrefslogtreecommitdiff
path: root/devel/py-unittest2pytest/DESCR
blob: d6e86399e67734b7e17e1125bb3906288df3d69d (plain)
1
2
3
4
5
6
unittest2pytest is a tool that helps rewriting Python unittest
test-cases into pytest test-cases. In contrast to other similar tools,
this handles keyword arguments, handles single-line test-cases and
several tests on one line, and uses context-handlers where
appropriate.  This is done by using lib2to3 and Python's mighty
inspect module.