summaryrefslogtreecommitdiff
path: root/python/pluggy/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-05-13 23:01:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-13 23:01:04 +0700
commit127ec996a4b8e0cf3d08c9d91f7aacfab0e84236 (patch)
treef511a72d01fa56052160d281c8a68611cab9c0a0 /python/pluggy/README
parent47701e574308991c1ab70bade65a6565fddf104a (diff)
downloadslackbuilds-127ec996a4b8e0cf3d08c9d91f7aacfab0e84236.tar.gz
python/pluggy: Added (mechanisms for python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pluggy/README')
-rw-r--r--python/pluggy/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pluggy/README b/python/pluggy/README
new file mode 100644
index 0000000000..1662559083
--- /dev/null
+++ b/python/pluggy/README
@@ -0,0 +1 @@
+This is the plugin manager as used by pytest but stripped of pytest specific details.