-
Notifications
You must be signed in to change notification settings - Fork 1
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
Skeletal Test Suite #11
Comments
How fleshed-out does this need to be, and which stuff do I need to have tests for, by the end of GSoC? E.g., do I need to write tests for the Piece startup process as a whole? for parsing Designs? for any multi-Piece interactions? |
You seemed shocked by this. At the very least, all the tests need to be setup, but kept Ideally, all tests for all objects and all processes would be in the repository before code was originated/migrated. So after the outline of bypassed tests are done, and all the other items on your roadmap, complete as many tests as you can ( and then do more ). |
Stuff to test:
Do we need tests for the Sketches from Ef? They don't seem to be core ECell functionality. |
@digitalextremist Just how skeletal can I get away with this being? |
OK, I've added |
Basic foundation for test-suite, focusing to start-with on base objects.
(checklist by benzrf)
The text was updated successfully, but these errors were encountered: