Update README.md

This commit is contained in:
Daniel Wilczak
2020-10-23 15:37:34 -04:00
committed by GitHub
parent 4a18a96902
commit 8ef960192a

View File

@ -60,14 +60,14 @@ python3 -m pytest
#### Output #### Output
```bash ```bash
============================================= test session starts =================================== ============================================= test session starts =========================
platform darwin -- Python 3.8.6rc1, pytest-6.0.2, py-1.9.0, pluggy-0.13.1 platform darwin -- Python 3.8.6rc1, pytest-6.0.2, py-1.9.0, pluggy-0.13.1
rootdir: /Users/danielwilczak/github/EasyGA rootdir: /Users/danielwilczak/github/EasyGA
collected 2 items collected 2 items
test_EasyGA.py .. [100%] test_EasyGA.py .. [100%]
============================================== 2 passed in 0.04s ==================================== ============================================== 2 passed in 0.04s ==========================
``` ```
This is only an example and we will create hundreds of tests so this list will become bigger and bigger. This is only an example and we will create hundreds of tests so this list will become bigger and bigger.