BeagleLab / voyage

Planning for the Beagle Project
4 stars 1 forks source link

Testing #36

Open RichardLitt opened 9 years ago

RichardLitt commented 9 years ago

We need to have consistent module testing.

I've heard good things about tape (article). Ideally, I'd like to set a tape standard that would then be run with the build script, before bundling with browserify. I don't know if there needs to be a beagle-specific testing standard - that would require too much of the modules, which shouldn't necessarily be beagle-specific if it can be helped. There certainly ought to be a testing process though, and I don't know if there will need to be related code in the core beagle module, another module, or just a script that's run.

Thoughts?