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

Trial new testing practice #585

Open
arichardet opened this issue Jan 10, 2017 · 1 comment
Open

Trial new testing practice #585

arichardet opened this issue Jan 10, 2017 · 1 comment
Milestone

Comments

@arichardet
Copy link
Contributor

resources of package <name> are currently tested in package <name_test>.

We are considering changing this to make tests part of their package. This would allow the use of private members instead of exposing them for testing purposes only.

This new practice will be implemented with a new resource #138. Once a determination is made on our preferred testing approach, the resource(s) will be changed.

@arichardet arichardet added this to the 0.6.0 milestone Jan 10, 2017
@arichardet
Copy link
Contributor Author

#592 and #602 have been implemented in this manner.
We need to decide whether we want testing to reside in package <name> or package <name_test>, and update accordingly.

@stevendborrelli stevendborrelli modified the milestones: 0.6.0, 0.7.0 Mar 24, 2018
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

No branches or pull requests

2 participants