Clarify error message to indicate that users should refer to the documentation of pytest-xdist (#1092)
This commit is contained in:
@@ -543,7 +543,8 @@ def test_report_collection_diff_different() -> None:
|
||||
"+XXX\n"
|
||||
" ccc\n"
|
||||
"-YYY\n"
|
||||
"To see why this happens see Known limitations in documentation"
|
||||
"To see why this happens see 'Known limitations' in documentation "
|
||||
"for pytest-xdist"
|
||||
)
|
||||
|
||||
msg = report_collection_diff(from_collection, to_collection, "1", "2")
|
||||
|
||||
Reference in New Issue
Block a user