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 initial correctness tests #10

Closed
orbeckst opened this issue Jun 8, 2021 · 0 comments
Closed

write initial correctness tests #10

orbeckst opened this issue Jun 8, 2021 · 0 comments
Assignees
Labels
testing testing framework
Projects

Comments

@orbeckst
Copy link
Member

orbeckst commented Jun 8, 2021

Once you have added your initial code (#7) you should write tests that produce results that you know to be correct.

Once you start refactoring your code, the tests will remain the same (at least the reference values ("fixtures") that they check against). This will provide you the confidence that your code changes do not introduce bugs. (In truth, you'll likely discover bugs in your old code and new bugs will creep in but still, your initial tests will be the foundation on which you're doing your work).

@orbeckst orbeckst added the testing testing framework label Jun 8, 2021
@lilyminium lilyminium added this to In progress in GSOC 2021 Jun 13, 2021
@lilyminium lilyminium added this to the MDTraj correctness milestone Jun 13, 2021
GSOC 2021 automation moved this from In progress to Done Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing testing framework
Projects
No open projects
Development

No branches or pull requests

3 participants