Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://bulkan.github.io/robotframework-difflibrary
Robot Framework keyword library that will provide Diff capabilities
https://bulkan.github.io/robotframework-difflibrary
diff looking-for-contributors looking-for-maintainer python robot-framework
Last synced: about 2 months ago
JSON representation
Robot Framework keyword library that will provide Diff capabilities
- Host: GitHub
- URL: https://bulkan.github.io/robotframework-difflibrary
- Owner: MarketSquare
- Created: 2011-09-14T13:40:48.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T21:30:36.000Z (over 3 years ago)
- Last Synced: 2024-04-14T00:18:16.962Z (7 months ago)
- Topics: diff, looking-for-contributors, looking-for-maintainer, python, robot-framework
- Language: Python
- Homepage:
- Size: 926 KB
- Stars: 23
- Watchers: 5
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-robotframework - Diff Library
README
[![Build Status](https://travis-ci.org/bulkan/robotframework-difflibrary.png?branch=master)](https://travis-ci.org/bulkan/robotframework-difflibrary)
[![PyPi downloads](https://img.shields.io/pypi/dm/robotframework-difflibrary.svg)](https://pypi.python.org/pypi/robotframework-difflibrary)
[![Latest Version](https://img.shields.io/pypi/v/robotframework-difflibrary.svg)](https://pypi.python.org/pypi/robotframework-difflibrary)DiffLibrary is a [Robot Framework](http://code.google.com/p/robotframework/)
test library that will provide keyword functionality to _diff_ two files togetherInstall
=======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
=============```Bash
python -m robot.libdoc src/DiffLibrary/ doc/DiffLibrary.html
```