Assorted improvements following up #6658

This commit is contained in:
Bruno Oliveira
2020-02-20 18:51:41 -03:00
parent d1b50526fa
commit c91abe48ba
3 changed files with 18 additions and 9 deletions

View File

@@ -192,6 +192,8 @@ def color_mapping():
output = result.stdout.str()
assert "test session starts" in output
assert "\x1b[1m" in output
pytest.skip("doing limited testing because lacking ordered markup")
pytest.skip(
"doing limited testing because lacking ordered markup on py35"
)
return ColorMapping