demisjohn / pyFIMM

Python Interface to PhotonDesign's FimmWave/FimmProp software.
15 stars 4 forks source link

Add Tests #69

Open demisjohn opened 8 years ago

demisjohn commented 8 years ago

Would like simple tests for checking that we didn't screw up the basic code. Currently I test by running each Example script - which includes mode solves etc. Could catch simple errors much faster with Python Tests.

Look at EMpy or python docs for best way to set this up.