summaryrefslogtreecommitdiff
path: root/devel/py-pytest-relaxed/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-relaxed/pkg-descr')
-rw-r--r--devel/py-pytest-relaxed/pkg-descr6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/py-pytest-relaxed/pkg-descr b/devel/py-pytest-relaxed/pkg-descr
deleted file mode 100644
index 5f2e68860ea4..000000000000
--- a/devel/py-pytest-relaxed/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This pytest plugin takes a page from the rest of Python, where you don't
-have to explicitly note public module/class members, but only need to
-hint as to which ones are private.
-
-By default, all files and objects pytest is told to scan will be considered
-tests; to mark something as not-a-test, simply prefix it with an underscore.