From 8accf2ed9130de29c68f4dec1364312098cdedf0 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Fri, 16 Dec 2022 10:47:56 +0100 Subject: [PATCH] Fix typo --- tests/examples/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/examples/conftest.py b/tests/examples/conftest.py index 3aa057ff..490ed996 100644 --- a/tests/examples/conftest.py +++ b/tests/examples/conftest.py @@ -47,7 +47,7 @@ def pytest_generate_tests(metafunc): index = 0 files = collections.defaultdict(dict) - # first pass: collect all examples tagget with tftest-file + # first pass: collect all examples tagged with tftest-file last_header = None for child in doc.children: if isinstance(child, marko.block.FencedCode): @@ -59,7 +59,7 @@ def pytest_generate_tests(metafunc): elif isinstance(child, marko.block.Heading): last_header = child.children[0].children - # second pass: collect all examples taggeet with tftest + # second pass: collect all examples tagged with tftest last_header = None index = 0 for child in doc.children: