diff --git a/Examples/readme.md b/Examples/readme.md index 9eb0866..6692846 100644 --- a/Examples/readme.md +++ b/Examples/readme.md @@ -4,3 +4,9 @@ After compiling the code and having the executable in ```src_clean/``` folder, r python run_designated_folders.py ``` Wait and see the result! +# Pytest +:memo: If you have pytest installed, after running the previous command, do: +``` +pytest -s +``` +You can see the energy drift and time elapsed for the test simulations you just run!