svn commit: r501358 - head/devel/py-pytest-xprocess

Fukang Chen loader at FreeBSD.org
Sun May 12 03:33:41 UTC 2019


Author: loader
Date: Sun May 12 03:33:40 2019
New Revision: 501358
URL: https://svnweb.freebsd.org/changeset/ports/501358

Log:
  devel/py-pytest-xprocess: Improve pkg-descr
  
  Reviewed by:	koobs
  Approved by:	koobs (mentor)
  Suggested by:	mat
  Differential Revision:	https://reviews.freebsd.org/D17334

Modified:
  head/devel/py-pytest-xprocess/pkg-descr

Modified: head/devel/py-pytest-xprocess/pkg-descr
==============================================================================
--- head/devel/py-pytest-xprocess/pkg-descr	Sun May 12 02:00:14 2019	(r501357)
+++ head/devel/py-pytest-xprocess/pkg-descr	Sun May 12 03:33:40 2019	(r501358)
@@ -1,3 +1,6 @@
 Experimental py.test plugin for managing processes across test runs.
 
+This plugin provides a xprocess fixture which helps you to ensure that
+one ore more longer-running processes are present for your tests.
+
 WWW: https://github.com/pytest-dev/pytest-xprocess


More information about the svn-ports-all mailing list