Hi @cclauss , I would like to write tests into linear_discriminant_analysis functions using doctest, but doctest have not enough options and features to do this correctly ; therefore i decided to use pytest instead. we need to add a tests directory and write tests into it.
what is your opinion?!