Name: | python3-pytest-xprocess |
---|---|
Version: | 0.22.2 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 48774 |
License: | MIT |
RPM: | python3-pytest-xprocess-0.22.2-1.el9.noarch.rpm |
Source RPM: | python-pytest-xprocess-0.22.2-1.el9.src.rpm |
Build Date: | Mon Jan 23 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pytest-dev/pytest-xprocess/ |
Summary: | Pytest plugin to manage external processes across test runs |
Description: | Experimental py.test <>_ plugin for managing processes across test runs.Usage install via:: pip install pytest-xprocessThis will provide a xprocess fixture which helps you to ensure that one ore more longer-running processes are present for your tests. You can use it to start and pre-configure test-specific databases (Postgres, Couchdb, ...).Additionally there are two new command line... |