Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pytest-dev/pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://github.com/pytest-dev/pytest

Update typo anatomy.rst

phamvanhan68 opened this pull request over 1 year ago
setup_class does not work well with @pytest.fixture

vipkum2 opened this issue over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
doc: fix docstring spelling in pytester

WarrenTheRabbit opened this pull request over 1 year ago
Correct the spelling of ArgSource.INVOCATION_DIR

jparise opened this pull request over 1 year ago
[automated] Update plugin list

github-actions[bot] opened this pull request over 1 year ago
use python 3.11 for update-plugin-list

DetachHead opened this pull request over 1 year ago
update-plugin-list job is failing

DetachHead opened this issue over 1 year ago
`pytest.__getattr__` disables type checker errors on invalid imports

DetachHead opened this issue over 1 year ago
doc/reference: replace Unicode dashes with ascii `-` in cli flags

bluetech opened this pull request over 1 year ago
testing: add `.*` to `norecursedirs`

bluetech opened this pull request over 1 year ago
Add doctesting-coverage to envlist

tjsmart opened this pull request over 1 year ago
add nuts to plugin list

ubaumann opened this pull request over 1 year ago
Fix doctest collection of `functools.cached_property` objects.

tjsmart opened this pull request over 1 year ago
pytester: use `monkeypatch.chdir()` for dir changing

bluetech opened this pull request over 1 year ago
log_file_format does not default to log_format

schaetzc opened this issue over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
build(deps): Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

dependabot[bot] opened this pull request over 1 year ago
doc: fix a few `xfail` nits

bluetech opened this pull request over 1 year ago
Improve reporting from __iter__ exceptions

reaganjlee opened this pull request over 1 year ago
`pytest.hookimpl` does not respect the `specname` keyword argument

seifertm opened this issue over 1 year ago
Module code is executed twice when collecting doctests

flying-sheep opened this issue over 1 year ago
pytest fails to ignore warnings from netCDF4 C-level Warnings

dpanici opened this issue over 1 year ago
python: use clearer terminology for `_resolve_arg_value_types`

bluetech opened this pull request over 1 year ago
support plugins as a class

DetachHead opened this issue over 1 year ago
Support usefixtures with parametrize

ShurikMen opened this pull request over 1 year ago
[7.4.x] Improve duplicate values documentation

github-actions[bot] opened this pull request over 1 year ago
`--fixtures-per-test`: Exclude parametrizing pseudo fixtures?

The-Compiler opened this issue over 1 year ago
ci: Use Python 3.8 to test latest pluggy

The-Compiler opened this pull request over 1 year ago
7.4.x pluggy CI builds fail

The-Compiler opened this issue over 1 year ago
build(deps): Bump django from 4.2.3 to 4.2.4 in /testing/plugins_integration

dependabot[bot] opened this pull request over 1 year ago
Improve duplicate values documentation

calestyo opened this pull request over 1 year ago
[7.4.x] doc: Link pytest.main to how-to guide

github-actions[bot] opened this pull request over 1 year ago
calling pytest.Metafunc.parametrize multiple times

calestyo opened this issue over 1 year ago
doc: Link pytest.main to how-to guide

The-Compiler opened this pull request over 1 year ago
[7.4.x] doc: update information about assertion messages

github-actions[bot] opened this pull request over 1 year ago
doc: update information about assertion messages

calestyo opened this pull request over 1 year ago
Feed a test only with initialnames, not the whole fixture closure

sadra-barikbin opened this pull request over 1 year ago
Improve example

calestyo opened this pull request over 1 year ago
Fix a tiny bug in `python.py::_find_parametrized_scope`

sadra-barikbin opened this pull request over 1 year ago
ValueError: Plugin already registered

iknownoth1ng opened this issue over 1 year ago
Improvement: Base `FixtureArgKey`s on param values if possible, not param indices

sadra-barikbin opened this pull request over 1 year ago
The colors of the logs are not displayed using --capture=tee-sys

nck974 opened this issue over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
config: split `_getconftestmodules` and `_loadconftestmodules`

bluetech opened this pull request over 1 year ago
fail test when side_effect is only called once

upstartjohnvandivier opened this issue over 1 year ago
Pytest not recognizing --config-file in pytest.main

eleanorjboyd opened this issue over 1 year ago
highest conftest.py in my directory tree is not being loaded

blockjon-dd opened this issue over 1 year ago
documentation: improve "Parametrizing conditional raising" example?

calestyo opened this issue over 1 year ago
Resolve param indices using param values, not parameterset index

sadra-barikbin opened this pull request over 1 year ago
Crash on `parametrize(..., scope="package")` without a `Package`

bluetech opened this issue over 1 year ago
11243 cherry picks

bluetech opened this pull request over 1 year ago
ModuleNotFoundError: No module named opentelemetry w/ manual tracing

agardnerIT opened this issue over 1 year ago
Modifying doc for run tests by nodeid section

udaymankena opened this pull request over 1 year ago
Change how nodeids are created in relation to rootdir

bluetech opened this issue over 1 year ago
Rootdir tweaks

bluetech opened this pull request over 1 year ago
Remove `prune_dependency_tree` and reuse `getfixtureclosure` logic

sadra-barikbin opened this pull request over 1 year ago
[7.4.x] Remove ep2023 training

github-actions[bot] opened this pull request over 1 year ago
Remove ep2023 training

The-Compiler opened this pull request over 1 year ago
doc/example/parametrize: a few fixes/improvements

bluetech opened this pull request over 1 year ago
@cached_property is not checked for doctests

Lubba-64 opened this issue over 1 year ago
Consider nonparametrized tests in reordering

sadra-barikbin opened this pull request over 1 year ago
TestIds not relative to rootdir & cannot be run as pytest args

eleanorjboyd opened this issue over 1 year ago
Some possible improvements in fixtures module

sadra-barikbin opened this issue over 1 year ago
`-rx` and `-rX` should turn on output for xfail/xpass

okken opened this issue over 1 year ago
Dynamically generate plugins table with sortable columns

The-Compiler opened this issue over 1 year ago
Add `FixtureArgKey` class to represent fixture deps in `fixtures.py`

sadra-barikbin opened this pull request over 1 year ago
fixtures: add a test for a currently non-covered scope mismatch scenario

bluetech opened this pull request over 1 year ago
Have pytest.raises match against exception `__notes__`

ivirshup opened this pull request over 1 year ago
Error message for pytest.warns() if regex patterns don't match

StefanieSenger opened this issue over 1 year ago
Launch test's dependencies too when executing single test

Roo4L opened this issue over 1 year ago
Support __notes__ in pytest.raises

ivirshup opened this issue over 1 year ago
build(deps): Bump pytest-asyncio from 0.21.0 to 0.21.1 in /testing/plugins_integration

dependabot[bot] opened this pull request over 1 year ago
build(deps): Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8

dependabot[bot] opened this pull request over 1 year ago
Move `fixtures.py::add_funcarg_pseudo_fixture_def` to `Metafunc.parametrize`

sadra-barikbin opened this pull request over 1 year ago
fixtures: make FixtureRequest abstract, add TopRequest subclass

bluetech opened this pull request over 1 year ago
fixtures: refactor `FixtureRequest`/`SubRequest` a bit

bluetech opened this issue over 1 year ago
fixtures: show test as skip location if skipped from an xunit setup function

bluetech opened this pull request over 1 year ago
fixtures: minor tweaks

bluetech opened this pull request over 1 year ago