Update Coding standards authored by fima's avatar fima
...@@ -73,4 +73,6 @@ def test_say_hello(): ...@@ -73,4 +73,6 @@ def test_say_hello():
This is simply running the function and checking if the result is as expected. This is simply running the function and checking if the result is as expected.
To run all the tests, navigate to the root of your project and run `pytest`. Everything inside the `tests` folder will be executed, and a report will be shown. To run all the tests, navigate to the root of your project and run `pytest`. Everything inside the `tests` folder will be executed, and a report will be shown:
\ No newline at end of file
![image](uploads/0af2f7bea01f3454063556a6f1a5d94f/image.png)
\ No newline at end of file