From 4a18a96902fae63d6d4c8596862ba6f499b29f46 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Fri, 23 Oct 2020 15:37:04 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9a9a08..99a7c69 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,14 @@ python3 -m pytest #### Output ```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 rootdir: /Users/danielwilczak/github/EasyGA 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.