[Python-modules-commits] [pytest] 01/07: Document recommended entry point to run tests during package build

Sebastian Ramacher sramacher at moszumanska.debian.org
Wed Aug 24 17:30:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

sramacher pushed a commit to branch master
in repository pytest.

commit 2c9681ae00186dbd922815438c60f332b1b05c81
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 22 10:23:32 2016 +0200

    Document recommended entry point to run tests during package build
---
 debian/README.Debian | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..0e079fd
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,9 @@
+Running test suites with pytest during package build
+----------------------------------------------------
+
+Since version 3.0.0 of pytest dropped the versioned entry points py.test-X.Y,
+the recommended way to execute test suites using pytest is by running
+
+  pythonX.Y -m pytest ...
+
+instead.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git



More information about the Python-modules-commits mailing list