robotframework-difflibrary

Robot Framework keyword library for textual diffing


Keywords
robotframework, testing, test, automation, diff, textual, looking-for-contributors, looking-for-maintainer, python, robot-framework
License
Unlicense
Install
pip install robotframework-difflibrary==0.1.0

Documentation

Build Status PyPi downloads Latest Version

DiffLibrary is a Robot Framework test library that will provide keyword functionality to diff two files together

Install

Install robotframework-difflibrary

pip install -U robotframework-difflibrary

Documentation

Documentation for Keywords avaliable here https://bulkan.github.io/robotframework-difflibrary/

Usage

Settings
Library DiffLibrary
Test Cases
Diff Two Identical Files
Diff Files loremipsum.txt loremipsum.txt

DiffLibrary uses the external diff executable that is avaible on most Linux systems out of the box. It also comes packaged with GNU diff binaries for Windows. This is to work around the problem described in the following issue;

http://code.google.com/p/robotframework/issues/detail?id=497

Docs updation

python -m robot.libdoc src/DiffLibrary/ doc/DiffLibrary.html