Skip to content

No labels!

There aren’t any labels for this repository quite yet.

type: proposal
type: proposal
proposal for a new feature, often to gather opinions or design the API around the new feature
type: bug
type: bug
problem that needs to be addressed
type: enhancement
type: enhancement
new feature or API change, should be merged into features branch
topic: fixtures
topic: fixtures
anything involving fixtures directly or indirectly
topic: reporting
topic: reporting
related to terminal output and user-facing messages and errors
topic: collection
topic: collection
related to the collection phase
topic: config
topic: config
related to config handling, argument parsing and config file
topic: rewrite
topic: rewrite
related to the assertion rewrite mechanism
topic: parametrize
topic: parametrize
related to @pytest.mark.parametrize
plugin: logging
plugin: logging
related to the logging builtin plugin
type: docs
type: docs
documentation improvement, missing or needing clarification
status: help wanted
status: help wanted
developers would like help from experts on this topic
plugin: capture
plugin: capture
related to the capture builtin plugin
type: refactoring
type: refactoring
internal improvements to the code
topic: marks
topic: marks
related to marks, either the general marks or builtin
type: regression
type: regression
indicates a problem that was introduced in a release which was working previously
type: infrastructure
type: infrastructure
improvement to development/releases/CI structure
type: performance
type: performance
performance or memory problem/improvement
plugin: warnings
plugin: warnings
related to the warnings builtin plugin
type: selftests
type: selftests
a problem in the tests of pytest
type: feature-branch
type: feature-branch
new feature or API change, should be merged into features branch
plugin: doctests
plugin: doctests
related to the doctests builtin plugin
type: backward compatibility
type: backward compatibility
might present some backward compatibility issues which should be carefully noted in the changelog
platform: windows
platform: windows
windows platform-specific problem
plugin: junitxml
plugin: junitxml
related to the junitxml builtin plugin
plugin: tmpdir
plugin: tmpdir
related to the tmpdir builtin plugin
topic: selection
topic: selection
related to test selection from the command line
topic: tracebacks
topic: tracebacks
related to displaying and handling of tracebacks
type: deprecation
type: deprecation
feature that will be removed in the future
topic: approx
topic: approx
Related to pytest.approx function