Skip to content

Conversation

@plammens
Copy link
Contributor

Before pytest 6.2.0, _getautousenames returned a list. Now it returns a generator so it's necessary to explicitly collect it into a list. See #162 for more details.

Fixes #162

Before pytest 6.2.0, _getautousenames returned a list.
Now it returns a generator so it's necessary to explicitly
collect it into a list.
@codecov-io
Copy link

codecov-io commented Dec 13, 2020

Codecov Report

Merging #164 (ca25f14) into master (8febdee) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #164   +/-   ##
=======================================
  Coverage   91.22%   91.22%           
=======================================
  Files         130      130           
  Lines        5025     5025           
=======================================
  Hits         4584     4584           
  Misses        441      441           
Impacted Files Coverage Δ
pytest_cases/plugin.py 90.35% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8febdee...ca25f14. Read the comment docs.

@smarie
Copy link
Owner

smarie commented Dec 14, 2020

Thanks @plammens !

@smarie smarie merged commit 600b294 into smarie:master Dec 14, 2020
@plammens plammens deleted the fix/162-pytest-6.2.0-_getautousenames-is-generator branch December 15, 2020 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Development: AttributeError in pytest_cases tests collection

3 participants