From a5e18d5c8040e577dc0c9a595411a2051440409b Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 5 Dec 2021 22:15:19 -0500 Subject: [PATCH] Fixing language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b08a58b..f6d7ef2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Each day will include a pytest script that uses examples from the day. This allows for verifying the code works by running `pytest`. For example: -Note: `--durations=0` shows the slowest tests (if taking longer then 0.005s +Note: `--durations=0` shows the slowest tests (if taking longer then 0.005s). This is great for testing differences between changes. ``` |--% pytest -v --durations=0 puzzles/test_day04.py