move current mark datastructures to own module

This commit is contained in:
Ronny Pfannschmidt
2018-02-22 14:43:01 +01:00
parent be2e3a973e
commit c8d24739ed
3 changed files with 336 additions and 331 deletions

View File

@@ -28,7 +28,7 @@ from _pytest.compat import (
safe_str, getlocation, enum,
)
from _pytest.outcomes import fail
from _pytest.mark import transfer_markers
from _pytest.mark.legacy import transfer_markers
# relative paths that we use to filter traceback entries from appearing to the user;