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

Add unit tests for cuerqd.py. #490

Merged
merged 1 commit into from
Oct 14, 2019

Conversation

bcipriano
Copy link
Collaborator

Link the Issue(s) this Pull Request is related to.
#396

Summarize your change.
Brings file coverage up to 93%, RQD coverage up to 68%.

Copy link
Collaborator

@gregdenton gregdenton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@@ -137,7 +137,7 @@ def killFrame(self, frameId, message):
self.frameStub.Kill(run_frame=runFrame, message=message)


if __name__ == "__main__":
def main():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably cleanup this whole bit later on. I added #491 to switch to using something like argparse.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I was tempted to just do it here but decided it's best to get tests in place first.

@bcipriano bcipriano merged commit fce138d into AcademySoftwareFoundation:master Oct 14, 2019
@bcipriano bcipriano deleted the cuerqd-tests branch October 14, 2019 19:38
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

2 participants