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

Handle announcing with DebugProcess #664

Merged
merged 5 commits into from
Aug 13, 2019
Merged

Conversation

mvz
Copy link
Contributor

@mvz mvz commented Aug 12, 2019

Summary

Handle announcing with the DebugProcess runner

Details

The DebugProcess runner does not implement all methods used by the announcer (and the same goes for the InProcess runner). Catch the resulting NotImplementedError exceptions and print an appropriate message.

Motivation and Context

Issue #563.

How Has This Been Tested?

A cucumber scenario was added.

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)
  • Refactoring (cleanup of codebase without changing any existing functionality)
  • Update documentation

Checklist:

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

@mvz mvz merged commit 447dc9b into still Aug 13, 2019
@mvz mvz deleted the issue-563-announce-plus-debug branch August 13, 2019 18:25
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.

1 participant