Updates:
        Summary: Keywords or new library to provide diff functionality
        Status: Accepted

Comment #1 on issue 363 by pekka.klarck: Keywords or new library to provide diff functionality
http://code.google.com/p/robotframework/issues/detail?id=363

Diff support is a good idea but it might need its own library. I guess there's a need to diff also strings got from different sources and not only files. You can obviously use 'Should Be Equal' to compare strings, but diff functionality ought to provide better error reports (showing only differences) and could also support filtering out
changing values like timestamps.

Implementing diffing using Python ought to be pretty easy with difflib [1]. Anyone
interested enough about this to give it a shot?

[1] http://docs.python.org/library/difflib.html

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to