
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
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 official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.