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

Write unit tests #6

Open
jwflory opened this issue Aug 31, 2018 · 0 comments
Open

Write unit tests #6

jwflory opened this issue Aug 31, 2018 · 0 comments
Assignees
Labels
enhancement New improvement or request exporter Related to exporter component importer Related to importer component priority:high High priority: needs immediate attention
Milestone

Comments

@jwflory
Copy link
Owner

jwflory commented Aug 31, 2018

Summary

Write unit tests to add support coverage to exporter / importer functionality

Background

Unit tests ensure code remains functional and healthy across changes. It lowers the barrier for contributions and boosts the confidence of potential contributors to make a new change. It also enables different tools such as continuous integration based on unit tests.

Details

Explore pytest again. See test_demo.py locally for an example of how to do this.

Outcome

Project functionality is ensured through unit tests and clear indicators provided when project breaks; increased confidence of new contributors to make changes

@jwflory jwflory added enhancement New improvement or request priority:high High priority: needs immediate attention importer Related to importer component exporter Related to exporter component labels Aug 31, 2018
@jwflory jwflory self-assigned this Aug 31, 2018
@jwflory jwflory added this to the v1.0.0 milestone Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New improvement or request exporter Related to exporter component importer Related to importer component priority:high High priority: needs immediate attention
Projects
None yet
Development

No branches or pull requests

1 participant