Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
pytest-test-grouping
Advanced tools
A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups.
.. image:: https://secure.travis-ci.org/mark-adams/pytest-test-groups.png?branch=master :alt: Build Status :target: https://travis-ci.org/mark-adams/pytest-test-groups
pytest-test-groups allows you to split your test runs into groups of a specific size to make it easier to split up your test runs.
::
# Install pytest-test-groups
pip install pytest-test-groups
# Split the tests into 10 groups and run the second group
py.test --test-group-count 10 --test-group=2
# Randomize the test order, split into 10 groups, and run the second group
py.test --test-group-count 10 --test-group=2 --test-group-random-seed=12345
Sometimes you may have some long running test jobs that take a while to complete. This can be a major headache when trying to run tests quickly. pytest-test-groups allows you to easily say "split my tests into groups of 10 tests and run the second group". This is primarily useful in the context of CI builds.
FAQs
A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups.
We found that pytest-test-grouping 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.