Skip to content

soukingang/robotframework-difflibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status PyPi downloads

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

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

About

Robot Framework keyword library that will provide Diff capabilities

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors