bendudson / BOUT

NOTE: BOUT++ now at https://github.com/boutproject/BOUT-dev
GNU Lesser General Public License v3.0
24 stars 34 forks source link

Unit testing framework? #31

Open bendudson opened 13 years ago

bendudson commented 13 years ago

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 commented 12 years ago

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.