diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-13 23:01:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-13 23:01:04 +0700 |
commit | 127ec996a4b8e0cf3d08c9d91f7aacfab0e84236 (patch) | |
tree | f511a72d01fa56052160d281c8a68611cab9c0a0 /python/pluggy/README | |
parent | 47701e574308991c1ab70bade65a6565fddf104a (diff) | |
download | slackbuilds-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/README | 1 |
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. |