Open
Description
ab2a2de on branch UPD#64
Description
doctests do not work after py
extension is removed from the python scripts. Also, these are the basic level math functions that would be suitable for that kind of tests.
Steps to reproduce
- Run
python -m doctest
on any of themothulity
scripts
Expected behaviour
Passing doctests
Actual behaviour
Failing doctest mostly due to undefined variables since the tested functions self-reference fails without py
extension.