Tagged articles
1 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Apr 11, 2025 · Backend Development

Using Pytest Markers to Categorize and Run Test Cases

This article explains how to define, register, and use Pytest markers to classify test cases such as smoke, regression, and integration tests, demonstrates command‑line options for selective execution, and shows dynamic marker assignment with practical code examples.

PythonTest Selectionautomation testing
0 likes · 5 min read
Using Pytest Markers to Categorize and Run Test Cases