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

Create test stub that fails when used #1530

Merged
merged 3 commits into from
Apr 27, 2024
Merged

Create test stub that fails when used #1530

merged 3 commits into from
Apr 27, 2024

Conversation

ericcornelissen
Copy link
Owner

Closes #1307
Relates to #1149

Summary

Expand the set of test stubs with one to simulate that using shescape to escape or quote fails.

Expand the set of test stubs with one to simulate that using shescape to
escape or quote fails.
@github-actions github-actions bot added the test Relates to testing label Apr 27, 2024
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a1d451d) to head (8bf7b52).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1530   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1627      1653   +26     
=========================================
+ Hits          1627      1653   +26     
Flag Coverage Δ
breakage 85.17% <61.53%> (-0.26%) ⬇️
compatibility 84.81% <61.53%> (-0.38%) ⬇️
e2e-MacOS 91.01% <ø> (ø)
e2e-Ubuntu 91.01% <ø> (ø)
integration-MacOS 99.59% <100.00%> (+<0.01%) ⬆️
integration-Ubuntu 99.59% <100.00%> (+<0.01%) ⬆️
integration-Windows 99.44% <100.00%> (+0.01%) ⬆️
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/modules/testing.js 100.00% <100.00%> (ø)

Test exact error message to be more precise. This detail was caught by
mutation testing.
@ericcornelissen ericcornelissen added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 27, 2024
@ericcornelissen ericcornelissen enabled auto-merge (squash) April 27, 2024 10:58
@ericcornelissen ericcornelissen merged commit 7494e5a into main Apr 27, 2024
35 checks passed
@ericcornelissen ericcornelissen deleted the 1307-failscape branch April 27, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request test Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test stub that always fail to escape or quote
1 participant