
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
PyTesting Utils is a collection of utilities for the PyTesting project.
Before you begin, ensure you have met the following requirements:
poetry
packaging and dependency management system.PyTesting Utils can be easily installed from PyPI using the
pip
utility:
pip install pytesting-utils
To contribute to PyTesting Utils, follow these steps:
poetry
: poetry install
.git checkout -b <branch_name>
.git commit -m '<commit_message>'
.git push origin <project_name>/<location>
.Please note that we require you to meet the following criteria:
flake8
and pylint
mypy
black
code styleTo ease the execution of the tools, we provide a Makefile
with various targets.
The easiest way to execute all checks is to run make check
on a poetry shell
.
Push your commits only if they pass all checks!
These tools are also executed in continuous integration on TravisCI and will also
check you pull request.
Failing a check will block your pull request from being merged!
See the Contributors page for a list of contributors. Thanks to all contributors!
pytesting_utils
is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
pytesting_utils
is distributed in the hope that it will be useful but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS OF A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
Your should have received a copy of the
GNU Lesser General Public License
along with pytesting_utils
. If not, see
https://www.gnu.org/licenses/.
FAQs
Utilities for the PyTesting project
We found that pytesting-utils 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.