pytest-bdd icon indicating copy to clipboard operation
pytest-bdd copied to clipboard

Ignore </> in step parameter values

Open jirikuncar opened this issue 3 years ago • 4 comments

closes #447

jirikuncar avatar Dec 15 '21 13:12 jirikuncar

Codecov Report

Merging #465 (3a33d30) into master (f4ed62d) will decrease coverage by 0.04%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #465      +/-   ##
==========================================
- Coverage   95.91%   95.87%   -0.05%     
==========================================
  Files          49       49              
  Lines        1640     1647       +7     
  Branches      179      182       +3     
==========================================
+ Hits         1573     1579       +6     
  Misses         41       41              
- Partials       26       27       +1     
Impacted Files Coverage Δ
tests/feature/test_steps.py 100.00% <ø> (ø)
pytest_bdd/parser.py 99.11% <85.71%> (-0.43%) :arrow_down:

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 f4ed62d...3a33d30. Read the comment docs.

codecov[bot] avatar Dec 15 '21 13:12 codecov[bot]

Coverage should collect information from child processes too ⬆️ .

jirikuncar avatar Dec 15 '21 13:12 jirikuncar

Coverage should collect information from child processes too ⬆️ .

Any idea on how to make that happen?

youtux avatar Dec 15 '21 13:12 youtux

@youtux since we are using testdir fixture I would look at passing --cov parameters to sub tests or try using runpytest_inprocess instead.

jirikuncar avatar Dec 15 '21 14:12 jirikuncar