Page MenuHomeFreeBSD

[new port] devel/py-pytest-xprocess: Pytest plugin to manage external processes across test runs
ClosedPublic

Authored by loader on Sep 25 2018, 4:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 10, 12:07 PM
Unknown Object (File)
Fri, Dec 5, 11:06 AM
Unknown Object (File)
Sun, Nov 30, 10:34 AM
Unknown Object (File)
Sat, Nov 29, 9:10 PM
Unknown Object (File)
Nov 25 2025, 11:12 PM
Unknown Object (File)
Nov 24 2025, 8:50 AM
Unknown Object (File)
Nov 24 2025, 7:14 AM
Unknown Object (File)
Nov 24 2025, 7:14 AM
Subscribers

Details

Summary

Proposed commit log message:

[NEW PORT]: devel/py-pytest-xprocess: Pytest plugin to manage external processes across test runs

Experimental py.test plugin for managing processes across test runs.

WWW: https://github.com/pytest-dev/pytest-xprocess

Reviewed_by: koobs
Approved by: koobs (mentor)
Differential_Revision: D17313
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 1200084, [armv7, aarch64, amd64], 'BUILD_ALL_PYTHON_FLAVORS=1', [py27, py34, py35, py36, py37] tested)
  • unittest: OK (

Python2.7 on aarch64: 6 passed in 2.66 seconds
Python3.4 on aarch64: 6 passed in 3.42 seconds
Python3.5 on aarch64: 6 passed in 3.91 seconds
Python3.6 on aarch64: 6 passed in 3.89 seconds
Python3.7 on aarch64: 6 passed in 3.44 seconds
)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19794
Build 19345: arc lint + arc unit

Event Timeline

linimon retitled this revision from devel/py-pytest-xprocess: Pytest plugin to manage external processes across test runs to [new port] devel/py-pytest-xprocess: Pytest plugin to manage external processes across test runs.Sep 25 2018, 6:51 PM

Perfect

devel/py-pytest-xprocess/Makefile
25

There's a ${RMDIR} variable if you want to use that.

This revision is now accepted and ready to land.Sep 26 2018, 2:46 AM
This revision was automatically updated to reflect the committed changes.
head/devel/py-pytest-xprocess/pkg-descr
1 ↗(On Diff #48471)

pkg-descr MUST be longer than that. It has to be at least two lines.

loader added inline comments.
head/devel/py-pytest-xprocess/pkg-descr
1 ↗(On Diff #48471)

Okay, thanks @mat. I just updated in D17334.