-
python3-pytest-mypy-plugins-1.9.3-1.lbn36.noarch
<img src" alt"mypy logo" width"300px"/> pytest plugin for testing mypy types,
stubs, and plugins[
or relative (i.e. run this test before this other test).
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-param-files-0.3.4-5.lbn36.noarch
A package to generate parametrized pytests from external files.
Create a text file with the dot format, then use the `param_file` pytest marker
to create a parametrized test.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-pep8-1.0.6-1.lbn36.noarch
py.test plugin for efficiently checking PEP8 compliance Usage install via:: pip
install pytest-pep8if you then type:: py.test --pep8every file ending in .py
will be discovered and pep8-checked, starting from the command line arguments.
.. warning:: Running pep8 tests on your project is likely to cause a lot of
issues. This plugin allows to configure on a per-project and per-file basis
which...
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-perf-0.14.0-1.lbn36.noarch
Run performance tests against the mainline code.
Usage
To use it, include pytest-perf in the test dependencies for your project, then create some Python module in your package. The plugin will include any module that contains the text “pytest_perf” and will run performance tests on each function containing “perf” in the name.
Tests don’t execute the module directly, but instead parse out the code of the function in two parts, the warmup and the test, separated by a “# end warmup” comment, and then passes those to the timeit module.
See the exercises.py module for example usage.
Design
pytest-perf works by creating two installs, the control and the experiment, and measuring the performance of some python code against each.
Under the hood, it uses pip-run to install from the upstream main branch (e.g. https:/github.com/jaraco/pytest-perf) for the control and from . for the experiment. It then runs each of the experiments against each of the enviroments.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-playwright-0.4.4-1.lbn36.noarch
Pytest plugin for Playwright [![PyPI]( end-to-end tests for your web apps with
[Playwright]( and [pytest]( Support for **all modern browsers** including
Chromium, WebKit and Firefox. - Support for **headless and headed** execution.
- **Built-in fixtures** that provide browser primitives to test functions.
DocumentationSee on [playwright.dev]( for examples and more detailed
information.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-plus-0.2-1.lbn36.noarch
PyTest Plus Plugin :: extends pytest functionality[![PyPI version]( [![Python
versions]( [![Python Black Code Style]( plugin aims to be used to host multiple
pytest extensions that meet the following criteria:* Keep py27 compatibility
for the moment * Downgrade gracefully, meaning that if the plugin is removed,
you will still be able to run pytest PYTEST_REQPASS
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-postgresql-6.0.0-1.lbn36.noarch
This is a pytest plugin, that enables you to test your code that relies on a
running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL
process and client.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36