summaryrefslogtreecommitdiff
path: root/python/python3-pytest/README
blob: 6f53e2a82f90ddcd149b30f4ef60b7b0c9f464f7 (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: py, pluggy, more-itertools and atomicwrites
      have automatic python3 support.