blob: 45c6d4b63d7dee2ed331400fe9ca5b1ca16de9ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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: setuptools-scm, py, pluggy, more-itertools and atomicwrites
have automatic python3 support.
|