bsumlin / PyMieScatt

A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations
http://pymiescatt.readthedocs.io/en/latest/
MIT License
99 stars 38 forks source link

Unittests #3

Open dhhagan opened 6 years ago

dhhagan commented 6 years ago

Do you have any unittests written? I briefly searched through the repo and didn't see any. It would be nice for other developers if we could write unittests and implement some sort of continuous integration service (Travis.ci, Circle.ci) to ensure that new changes don't break the codebase.

bsumlin commented 6 years ago

No unittests yet, but it's something I have on the PyMieScatt to-do list.

kmuehlbauer commented 5 years ago

@dhagan @bsumlin I know this issue is rather aged, but nevertheless I'm sure we can join forces to implement unit tests and setup CI workflow.