aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pytest/README
diff options
context:
space:
mode:
authorSerban Udrea <S.Udrea@gsi.de>2018-11-02 22:46:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-03 07:46:45 +0700
commit0f0f3fcb2da8eee9b9796ab2f72897c578418b84 (patch)
tree12de59169b8428620ff0835a6b945520c5ec6d1d /python/python3-pytest/README
parent3267d1de775af0cc22eaae957db5138223bee8cf (diff)
python/python3-pytest: Added (simple powerful testing with Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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.