sam81 / BDF.jl

Module to read Biosemi BDF files with the Julia programming language
MIT License
8 stars 7 forks source link

Add a test or two? #6

Closed IainNZ closed 10 years ago

IainNZ commented 10 years ago

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

sam81 commented 10 years ago

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!

sam81 commented 10 years ago

The tests have been added and pass. Closing.