neuronunit
neuronunit copied to clipboard
Druckmann Tests are not proper tests
Tests in druckmann2013.py are not actual sciunit Tests (they don't inherit from sciunit.Test) but just mimic some of a sciunit Test's methods. For compatibility with other tools that rely on sciunit, they should be refactored to derive from sciunit.Test.