PyTest - Markers
You want to register two markers in
pytest.ini: db for database tests and ui for user interface tests. Which pytest.ini content correctly registers both markers?