./devel/py-test-subprocess, Pytest plugin to fake subprocess

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.2, Package name: py312-test-subprocess-1.5.2, Maintainer: pkgsrc-users

The plugin adds the fake_process fixture (and fp as an alias). It can be used
it to register subprocess results so you won't need to rely on the real
processes. The plugin hooks on the subprocess.Popen(), which is the base for
other subprocess functions. That makes the subprocess.run(), subprocess.call(),
subprocess.check_call() and subprocess.check_output() methods also functional.


Master sites:

Filesize: 39.52 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-07-31 10:20:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-subprocess: updated to 1.5.2

1.5.2 (2024-07-24)

Bug fixes
* Include tests (and docs) and sdist correctly, and stop installing them to \ 
site-packages.

Other changes
*  Add support for Python 3.12.

1.5.1 (2024-07-23)

Other changes
* Changed pytest entrypoint to avoid error while loading plugin with `-p` argument.
* Add `tests` directory to sdist.
   2024-06-10 11:46:42 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-test-subprocess: added version 1.5.0

The plugin adds the fake_process fixture (and fp as an alias). It can be used
it to register subprocess results so you won't need to rely on the real
processes. The plugin hooks on the subprocess.Popen(), which is the base for
other subprocess functions. That makes the subprocess.run(), subprocess.call(),
subprocess.check_call() and subprocess.check_output() methods also functional.