Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thealgorythm/fileset
- Owner: TheAlgorythm
- Created: 2019-03-28T08:38:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T08:50:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T10:54:03.061Z (2 months ago)
- Topics: diff, generation, python, testfile, testing-tools
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileSet
## Generate
usage: GenFileSet.py [-h] [-unit {B,KiB,MiB,GiB}] File Filesize
Generate Files
positional arguments:
File
Filesizeoptional 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
File2optional arguments:
-h, --help show this help message and exit
-type {text,binary} Type of diff