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

creates foundation for configurable output formats #55

Merged
merged 2 commits into from Jul 28, 2019

Conversation

brendanjryan
Copy link
Collaborator

@brendanjryan brendanjryan commented Jul 27, 2019

Creates a new abstraction - outputManager which provides a standard interface for recording results from a conftest evaluation. For now we simply emulate the standard behavior with a "streaming stdout" sink. This will be expanded upon in later patches to allow multiple types of test output (json, xml etc..).

Related to: #42

@garethr garethr force-pushed the master branch 2 times, most recently from a8c6ded to 170b4a1 Compare July 27, 2019 17:36
@garethr
Copy link
Contributor

garethr commented Jul 27, 2019

If you grab the latest bits from master I think the tests here should now pass. Let me know if not. If I've configured things correctly you should just run the unit and acceptance tests which don't require any additional credentials.

@brendanjryan
Copy link
Collaborator Author

Thanks for fixing @garethr ! Should be good to go now 🙇

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