Skip to main content

Collects and executes pytest tests separately

Project description

pytest-cleanslate: work around or find test state pollution

by Juan Altmayer Pizzorno and Emery Berger at UMass Amherst's PLASMA lab.

license pypi pyversions tests Downloads

About

pytest-cleanslate is a small plugin for the pytest test framework which, as the name implies, helps give each test module a "clean slate" to execute. Plugins such as pytest-forked and pytest-isolate allow you to execute tests in separate processes, working around in-memory test "state pollution" resulting from their execution, but do not protect against pollution caused by top-level code in test modules; this is what pytest-cleanslate remedies.

This module also includes cleanslate-reduce, a tool for finding where the state pollution is occurring. Invoked on a test suite with a failing test, cleanslate-reduce looks for a smaller set of test modules and functions that still lead to the test failure.

How to use

After pip install pytest-cleanslate, simply add --cleanslate to your pytest command line (or configuration options).

Interaction with other plugins

Running with --cleanslate also makes use of pytest-forked, i.e., it is as though you installed that plugin and passed in --forked to execute all tests in separate processes.

It also subverts somewhat pytest's mode of operation in that it postpones collecting test items within test modules (i.e., within Python test files) until the test execution phase. While we have attempted to stay as compatible with other plugins as possible, it is likely to not work in some combinations (such as, for example, pytest-xdist). Feel free to open an issue if you come across a case where it doesn't work.

Requirements

Python 3.8+, Linux or MacOS.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_cleanslate-1.0.7.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_cleanslate-1.0.7-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file pytest_cleanslate-1.0.7.tar.gz.

File metadata

  • Download URL: pytest_cleanslate-1.0.7.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for pytest_cleanslate-1.0.7.tar.gz
Algorithm Hash digest
SHA256 c730b05b4093027a2108663090f67f1a32f951891250a7869d3402c46b001455
MD5 f05a71e13d271d9d7c6f7eb17deaa598
BLAKE2b-256 f1333405c33d68ffd2b5f68d7684af36d03890e1b2e14812f445e6fb8395fccf

See more details on using hashes here.

File details

Details for the file pytest_cleanslate-1.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_cleanslate-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 23a4f95286423be538d35a4e7c4a495d4b6a6fe58fb4d728a009fd53675fca11
MD5 4b410bf33361fd6a4066e48a7606c00e
BLAKE2b-256 cc43018f3ed8d0e564aac39188f756d146d55e0102502cbd91b43baef677b754

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page