blob: 67590abb9b3516c89148b27056c69d161ea4d29c (
plain)
1
2
3
4
5
6
7
8
9
10
|
The pytest testing tool makes it easy to write small tests, yet
scales to support complex functional testing.
This is installed with python3.
IMPORTANT: The scripts py.test and pytest are renamed to py.test3
and pytest3 respectively to avoid conflicts with the pytest installed
with python.
NOTE: py, pluggy and iniconfig have automatic python3 support.
|