summaryrefslogtreecommitdiff
path: root/devel/py-pytest4/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest4/pkg-descr')
-rw-r--r--devel/py-pytest4/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/py-pytest4/pkg-descr b/devel/py-pytest4/pkg-descr
deleted file mode 100644
index 7dc46df7aed8..000000000000
--- a/devel/py-pytest4/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The pytest testing tool makes it easy to write small tests, yet scales to
-support complex functional testing.
-
-Features:
-
- * Detailed info on failing assert statements
- * Auto-discovery of test modules and functions
- * Modular fixtures to manage small or parametrized long-lived test resources
- * Can run unittest (or trial), nose test suites out of the box
- * Rich plugin architecture, with over 315+ external plugins