AStupidBear / SpikingNeuralNetworks.jl

Julia Spiking Neural Network Simulator
Other
37 stars 16 forks source link

Add proper tests #2

Closed jpsamaroo closed 4 years ago

jpsamaroo commented 5 years ago

Currently, runtests.jl just runs the files in examples/ (which ensures that everything at least executes), but doesn't actually use any of the functionality in Test. It would be nice to move these examples into test/ instead, and sprinkle in a few unit tests for various pieces of functionality.

jpsamaroo commented 4 years ago

Fixed by #1