Added known limitation section to the docs (#796)

Co-authored-by: Josef <sorry.i-keep@it.private>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Pepa
2022-07-22 15:44:17 +02:00
committed by GitHub
parent 8616ff368c
commit 61132777f8
5 changed files with 58 additions and 2 deletions

View File

@@ -290,7 +290,8 @@ def test_report_collection_diff_different() -> None:
" bbb\n"
"+XXX\n"
" ccc\n"
"-YYY"
"-YYY\n"
"To see why this happens see Known limitations in documentation"
)
msg = report_collection_diff(from_collection, to_collection, "1", "2")