Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thealgorythm/fileset

Generate and Diff test files with CLI
https://github.com/thealgorythm/fileset

diff generation python testfile testing-tools

Last synced: 5 days ago
JSON representation

Generate and Diff test files with CLI

Awesome Lists containing this project

README

        

# FileSet

## Generate

usage: GenFileSet.py [-h] [-unit {B,KiB,MiB,GiB}] File Filesize

Generate Files

positional arguments:
File
Filesize

optional arguments:
-h, --help show this help message and exit
-unit {B,KiB,MiB,GiB}
Unit of the Filesize

## Diff

usage: DiffFileSet.py [-h] [-type {text,binary}] File1 File2

Diff Files

positional arguments:
File1
File2

optional arguments:
-h, --help show this help message and exit
-type {text,binary} Type of diff