summaryrefslogtreecommitdiff
path: root/python/python3-pytest/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pytest/README')
-rw-r--r--python/python3-pytest/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README
new file mode 100644
index 0000000000..45c6d4b63d
--- /dev/null
+++ b/python/python3-pytest/README
@@ -0,0 +1,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.