Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peo 7674 add datatables #596

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

pfoster-youitv
Copy link

  • updated pydocs description for Step and Step.add_line
  • added datatable property
  • init'ed datatable property
  • modified add_line to check the line, if it starts and ends with a pipe | then we split the internals on the | and append that to the datatable property

Needs to be tested and confirmed to work.

lukeyoui and others added 5 commits November 14, 2022 16:59
@codecov
Copy link

codecov bot commented Jan 17, 2023

Codecov Report

Base: 95.43% // Head: 95.44% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (eda82ce) compared to base (0ec8b7e).
Patch coverage: 96.38% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #596      +/-   ##
==========================================
+ Coverage   95.43%   95.44%   +0.01%     
==========================================
  Files          49       49              
  Lines        1751     1821      +70     
  Branches      189      163      -26     
==========================================
+ Hits         1671     1738      +67     
- Misses         53       55       +2     
- Partials       27       28       +1     
Impacted Files Coverage Δ
src/pytest_bdd/parser.py 97.78% <90.32%> (-1.25%) ⬇️
src/pytest_bdd/scenario.py 93.08% <100.00%> (+0.07%) ⬆️
tests/feature/test_tags.py 100.00% <100.00%> (ø)
tests/feature/test_gherkin_terminal_reporter.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@blaisep blaisep mentioned this pull request Apr 5, 2024
@blaisep
Copy link

blaisep commented Apr 5, 2024

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.

None yet

3 participants