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

Test for slashes in Scenario Outline's Examples table #709

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

Conversation

jsa34
Copy link
Contributor

@jsa34 jsa34 commented Sep 27, 2024

Add test that forward slashes (in URLs for example) in scenario outline examples are handled properly by the parser.

Resolves #655

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.21%. Comparing base (36c3fa4) to head (849cf34).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #709      +/-   ##
==========================================
- Coverage   95.24%   95.21%   -0.04%     
==========================================
  Files          53       53              
  Lines        1999     2006       +7     
  Branches      228      206      -22     
==========================================
+ Hits         1904     1910       +6     
- Misses         58       59       +1     
  Partials       37       37              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jsa34
Copy link
Contributor Author

jsa34 commented Sep 27, 2024

@youtux Not sure why this fails with py3.10, but my local 3.8 and the GH action for 3.12 was fine...

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.

Step definition is not found when using Scenario Outline and "/" characters in the Examples
1 participant