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)
Sat, Apr 20, 1:24 PM
Unknown Object (File)
Jan 29 2024, 5:08 PM
Unknown Object (File)
Jan 13 2024, 9:55 AM
Unknown Object (File)
Nov 25 2023, 3:35 PM
Unknown Object (File)
Nov 25 2023, 1:15 PM
Unknown Object (File)
Nov 22 2023, 4:41 PM
Unknown Object (File)
Nov 13 2023, 6:41 PM
Unknown Object (File)
Nov 13 2023, 11:50 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
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #48432)

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

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

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