Tagged articles
1 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Jul 19, 2024 · Backend Development

Using Test Tags in Python unittest and pytest for Efficient Test Management

This article explains how to apply test tags in Python's unittest and pytest frameworks, providing multiple code examples that demonstrate custom attributes, class-level tags, markers, multi‑tags, parameterized tests, dynamic tagging, custom plugins, and report customization to improve test selection and organization in large automation suites.

pytesttest tagsunittest
0 likes · 6 min read
Using Test Tags in Python unittest and pytest for Efficient Test Management