aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-28 11:23:02 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-05-28 11:23:02 +0200
commit255c2e7b7bf721296d4d4f22cb106ab3cf197e0a (patch)
treeea255bc9397e095d436d9f265037284dfcc0cc06 /README.md
parentc24397c9d2ca50b3989de5107498666724e8c50c (diff)
Add unit test with pytest
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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
+```