diff options
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 0000000000000..35e9b89938332 --- /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 |