# linsolver Toy implementation of gaussian elimination with partial pivoting in python # Testing In order to test the code, run the following command in the project main's folder ``` $ python -m pytest ```