sam81/BDF.jl

Add a test or two?

Closed this issue · 2 comments

Would be good to include a simple test that tries to load one or two files and checks they are correct. The main reason to do so would be to automatically catch any changes in Julia that break your package, which would be caught by PackageEvaluator.jl

BDF

Thanks for the suggestion. I've added some tests. Tests are very valuable, and in fact I managed to catch a minor bug while writing them up!

The tests have been added and pass. Closing.