From 0f0f3fcb2da8eee9b9796ab2f72897c578418b84 Mon Sep 17 00:00:00 2001 From: Serban Udrea Date: Fri, 2 Nov 2018 22:46:46 +0000 Subject: python/python3-pytest: Added (simple powerful testing with Python). Signed-off-by: David Spencer --- python/python3-pytest/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-pytest/README (limited to 'python/python3-pytest/README') 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. -- cgit v1.2.3