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 SpawnProcess#send_signal in specs #815

Merged
merged 3 commits into from
Jun 19, 2021
Merged

Test SpawnProcess#send_signal in specs #815

merged 3 commits into from
Jun 19, 2021

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Jun 18, 2021

Summary

Move edge-case tests for SpawnProcess#find_signal to the rspec suite.

Details

  • Test both success and failure scenarios for SpawnProcess#send_signal in specs
  • Remove failure scenario from cukes and improve remaining success scenario by adding descriptions

Motivation and Context

Improves the value of the cucumber scenarios as documentation, and the value of the specs to provide fast feedback during development.

How Has This Been Tested?

Ran the specs. CI will do the rest.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Internal change (refactoring, test improvements, developer experience or update of dependencies)

Checklist:

  • I've added tests for my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Sorry, something went wrong.

@mvz mvz force-pushed the improve-signal-tests branch 5 times, most recently from df54400 to ed873dd Compare June 18, 2021 14:06
mvz added 3 commits June 19, 2021 09:36
- Test both success and failure scenarios for SpawnProcess#send_signal
  in specs
- Remove failure scenario from cukes and improve remaining success
  scenario
@mvz mvz force-pushed the improve-signal-tests branch from ed873dd to 116e007 Compare June 19, 2021 07:48
@mvz mvz merged commit 07a11b3 into main Jun 19, 2021
@mvz mvz deleted the improve-signal-tests branch June 19, 2021 09:09
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

1 participant