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

modify api-execute-options-factory.spec test to drop all stdout output written by class under test #36

Open
gdereese opened this issue Mar 10, 2018 · 0 comments
Labels
refactor Existing source code can be improved

Comments

@gdereese
Copy link
Owner

The class being tested writes a progress indicator to stdout while it runs. However, this output mangles up the jasmine test results also written to stdout.

The test should be changed so that output from the class under test is not written to stdout for the scope of the tests in that spec.

@gdereese gdereese added the refactor Existing source code can be improved label Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Existing source code can be improved
Projects
None yet
Development

No branches or pull requests

1 participant