scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

Create aux_tests to run the unit tests that get skipped in core_tests #123

Closed rgerkin closed 6 years ago

rgerkin commented 6 years ago

Set up some of the skipped tests with the unit_test.skipIf decorator, using a flag that is set to True in core_tests and to False in aux_tests.

rgerkin commented 6 years ago

Superseded by #167