
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
This package is used to test the Geneweaver project. It contains tools for running tests against Geneweaver project packages and components to aid in the development of Geneweaver.
poetry install -G dev geneweaver-testing
touch tests/common.py
# Inside tests/common.py
from geneweaver.testing import *
touch tests/conftest.py
# Inside tests/conftest.py
from geneweaver.testing.fixtures import *
pytest tests
Like all Geneweaver packages, this package is namespaced under the geneweaver
package.
The root of this package is geneweaver.testing
. The package is structured for usage in
pytest tests, with pre-defined tests available through splat (*
) imports as shown in
the Quick Start. Other package functionality is available by specifically importing
modules.
The following modules are available in this package:
geneweaver.testing.fixtures
This module contains pytest fixtures that are used to test Geneweaver packages. These fixtures can be used to set up test contexts for Geneweaver packages. This module does not contain any tests.
geneweaver.testing.package
This module contains tools for testing and validating Geneweaver packages.
Contributions to this package are welcome. Please see the Contributing document for more information.
FAQs
A library to standardize testing of GeneWeaver pacakges.
We found that geneweaver-testing 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 latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.