-
python3-pytest-services-2.2.1-2.fc36.noarch
This plugin provides a set of fixtures and utility functions to start service
processes for your tests with pytest.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-shutil-1.7.0-14.fc36.noarch
This library is a goodie-bag of Unix shell and
environment management tools for automated tests.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-smartcov-0.3-4.fc36.noarch
Smart coverage measurement and reporting for py.test test suites. Test suites
are usually structured parallel to (or integrated with) the structure of the
code they test. If you ask py.test to run a certain subset of your tests, you
shouldn't have to also tell coverage which subset of your code it should
measure coverage on for that run. With pytest-smartcov, you don't have to.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-snapshot-0.9.0-1.lbn36.noarch
pytest-snapshot :alt: Coverage
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-socket-0.7.0-1.lbn36.noarch
pytest-socket
A plugin to use with Pytest to disable or restrict socket calls during
tests to ensure network calls are prevented.
Features
Disables all network calls flowing through Python's socket interface.
Requirements
Pytest 6.2.5 or greater
Installation
You can install pytest-socket via pip
from PyPI:
pip install pytest-socket
or add to your pyproject.toml for poetry:
[tool.poetry.dev-dependencies]
pytest-socket = "*"
Usage
Run pytest --disable-socket, tests should fail on any access to socket or
libraries using socket with a SocketBlockedError.
To add this flag as the default behavior, add this section to your
pytest.ini:
[pytest]
addopts = --disable-socket
or add this to your setup.cfg:
[tool:pytest]
addopts = --disable-socket
or update your conftest.py to include:
from pytest_socket import disable_socket
def pytest_runtest_setup():
disable_socket()
If you exceptionally want to enable socket for one particular execution
pass --force-enable-socket. It takes
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-sourceorder-0.6.0-2.fc36.noarch
Allows tests within a specially marked class to be run in source order,
instead of the "almost alphabetical" order Pytest normally uses.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-spec-3.2.0-2.fc36.noarch
Pytest plugin to display test execution output like a SPECIFICATION.
Available features:
- Format output to look like specification.
- Group tests by classes and files
- Failed, passed and skipped are marked and colored.
- Remove test_ and underscores for every test.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-splinter4-0.4.0-1.lbn36.noarch
pytest-splinter4 A pytest <>_ plugin for splinter <>_.pytest-splinter4 is a
fork of pytest-splinter < with added features and fixes to support newer
versions of pytest, pytest-xdist, splinter > 0.17.0, and selenium > 4.0.
:target:
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-split-0.10.0-3.lbn36.noarch
Pytest plugin which splits the test suite to equally sized
sub suites based on test execution time.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-steps-1.7.2-7.fc36.noarch
Create step-wise / incremental tests in pytest.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36