From 255c2e7b7bf721296d4d4f22cb106ab3cf197e0a Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Tue, 28 May 2024 11:23:02 +0200 Subject: Add unit test with pytest --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 22bc85d..28ed767 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # 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 +``` -- cgit v1.2.3