13 lines
152 B
Markdown
13 lines
152 B
Markdown
|
# Testing
|
||
|
|
||
|
To execute the tests, you need to install pytest.
|
||
|
|
||
|
```bash
|
||
|
$ pip3 install pytest
|
||
|
```
|
||
|
|
||
|
Then, you can run the tests with:
|
||
|
|
||
|
```bash
|
||
|
$ pytest
|
||
|
```
|