Skip to content

MarketSquare/robotframework-difflibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://marketsquare.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