From acd3c4fbc4eae188d9f3c570c878baaa07f2b9fb Mon Sep 17 00:00:00 2001 From: Felipe Dau Date: Wed, 9 Aug 2017 02:57:36 +0000 Subject: [PATCH] Update changelog for #2653 --- changelog/2653.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/2653.doc diff --git a/changelog/2653.doc b/changelog/2653.doc new file mode 100644 index 000000000..202a06da9 --- /dev/null +++ b/changelog/2653.doc @@ -0,0 +1 @@ +In one of the simple examples, use `pytest_collection_modifyitems()` to skip tests based on a command-line option, allowing its sharing while preventing a user error when acessing `pytest.config` before the argument parsing.