
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
A pytest plugin that reports test results to the BeakerLib framework.
Once installed, this plugin can be activated via the --with-beakerlib
option.
This requires a BeakerLib session (i.e. rlJournalStart
should have been run,
so that $BEAKERLIB
is set)
Release tarballs are available for download from Fedora Hosted: https://pagure.io/releases/python-pytest-beakerlib/
You can also install using pip: https://pypi.python.org/pypi/pytest-beakerlib/0.2
The plugin is also available in Fedora repositories as
python3-pytest-beakerlib
.
A Bash process is run on the side, and BeakerLib commands (rlPhaseStart
,
rlPhaseEnd
, rlPass
, rlFail
, ...) are fed to it.
This is not very elegant, but since BeakerLib commands are Bash functions,
there is no way around running Bash.
Other plugins may integrate with this using pytest's
config.pluginmanager.getplugin('BeakerLibPlugin')
. If this is None
,
BeakerLib integration is not active, otherwise the result's
run_beakerlib_command
method can be used to run additional commands.
The project is happy to accept patches!
Please file any patches as Pull Requests on the project's Pagure repo
_.
Any development discussion should be in Pagure Pull Requests and Issues.
To release, update version in setup.py, add a Git tag like "v0.3",
and run make tarball
.
Running make upload
will put the tarball to Fedora Hosted and PyPI,
and a SRPM on Fedorapeople, if you have the rights.
Running make release
will upload and fire a COPR build.
.. _Pagure repo: https://pagure.io/python-pytest-beakerlib
FAQs
A pytest plugin that reports test results to the BeakerLib framework
We found that pytest-beakerlib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.