Changes
Page history
Update Coding standards
authored
Jun 15, 2023
by
fima
Show whitespace changes
Inline
Side-by-side
Home/Coding-standards.md
View page @
3789200f
...
@@ -75,7 +75,7 @@ This is simply running the function and checking if the result is as expected.
...
@@ -75,7 +75,7 @@ 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 -v`
.
To run all the tests, navigate to the root of your project and run
`pytest -v`
.
Everything inside the
`tests`
folder
will be executed, and a report will be shown:
Everything inside the
`tests`
directory
will be executed, and a report will be shown:


...
...
...
...