In Pytest we have the pytest --markers command which will list all of the markers that are available for use.
However, I am not seeing a command to list tests associated with x marker. The documentation didn't appear to cover this so is this a possibility in Pytest?
