diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-05-07 18:10:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:57 +0700 |
commit | 70eb9114116f39524af3f9fd3511cfe7a311bfd4 (patch) | |
tree | 506de4ab22ed1687c71c717dc9c1229e5af78ab2 /python/pytest-runner/README | |
parent | 05009f247ea8b7fef5086551faec454a6ca13b4b (diff) |
python/pytest-runner: Added (invoke py.test as a distutils command).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytest-runner/README')
-rw-r--r-- | python/pytest-runner/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pytest-runner/README b/python/pytest-runner/README new file mode 100644 index 000000000000..35e9b8993833 --- /dev/null +++ b/python/pytest-runner/README @@ -0,0 +1,6 @@ +pytest-runner (invoke py.test as a distutils command) + +Setup scripts can use pytest-runner to add setup.py test support for +pytest runner. + +Optional dependency: python3 |