Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Unit testing framework? #31

Open
bendudson opened this issue Oct 1, 2011 · 1 comment
Open

Unit testing framework? #31

bendudson opened this issue Oct 1, 2011 · 1 comment

Comments

@bendudson
Copy link
Owner

Is it worth looking at using a unit testing framework such as Google Test, in addition to physics example tests?

Also, need to automate the current tests so they can be run regularly

@bendudson
Copy link
Owner Author

Basic test system now available, using Python scripts to automate running and checking output. For proper unit testing, the individual components need to be made more independent. Each component (e.g. Mesh) would then have a dummy implementation which could be used for testing other components.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant