ShaynAli / Aipen

Evolutionary engine for easier hyper-parameter optimization of AI and ML models.
3 stars 2 forks source link

Write more rigorous tests + testing system #5

Open ShaynAli opened 6 years ago

ShaynAli commented 6 years ago

Write additional tests for uncovered modules, implement using test cases as a dict key=input, val=expected_ouput. Can have multiple input/outputs.

ShaynAli commented 5 years ago

Would be great to have tests for logging (i.e. checking that logs are written)

ShaynAli commented 5 years ago

Doctest is possibly useful.