Help on module tests: NAME tests - Complete solution for the CS101 Programming Project about matrices. FILE /home/lilian/teach/mec-cs101-matrices/tests.py DESCRIPTION This file uses the module :mod:`matrix`, and its class :py:class:`matrix.Matrix`, to do many examples of matrices and linear operations. Examples and naming conventions for all these functions and methods are mainly inspired of ``_. - *Date:* Saturday 18 juin 2016, 10:31:25. - *Author:* `Lilian Besson `_ for the `CS101 course `_ at `Mahindra Ecole Centrale `_, 2015, - *Licence:* `MIT Licence `_. DATA absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0... print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0)...