Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ftedianiak/gorpretest
🥜 A nutty taste test of running software.
https://github.com/ftedianiak/gorpretest
Last synced: 3 days ago
JSON representation
🥜 A nutty taste test of running software.
- Host: GitHub
- URL: https://github.com/ftedianiak/gorpretest
- Owner: FTEdianiaK
- License: gpl-3.0
- Created: 2024-10-07T13:23:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:04:55.000Z (22 days ago)
- Last Synced: 2024-10-28T23:18:27.035Z (22 days ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gorpretest
🥜 A nutty taste test of running software.
---
### How to run
![PYTHON](https://img.shields.io/badge/PYTHON-yellow?style=for-the-badge) ![WINDOWS](https://img.shields.io/badge/WINDOWS-blue?style=for-the-badge) ![LINUX](https://img.shields.io/badge/LINUX-black?style=for-the-badge)
You'll need python, then it's just the matter of correctly running the program.
For all the required arguments, look no further than the program's help page:
```
gorpretest [INSTRUCT SUFFIX] [ASSUME SUFFIX]<>/* = required arguments
COMPILED C*
or any other executable programTEST DIRECTORY*
a directory to pull the inputs and expected outputs fromNUMBER START*
the number the tests should start atNUMBER END*
the number the tests should end atINSTRUCT SUFFIX
you can enter your own or it defaults to
"_in.txt" (no matter the platform)ASSUME SUFFIX
you can enter your own or it defaults to
"_out_win.txt" on Windows
"_out.txt" on Linux# FILE NAME FORMAT
/
e.g. gorpretest.py a.exe sample 1 11
sample/0001_in.txt -- sample/0011_out_win.txt
```### Credits
- [subprocess, time, sys, pathlib, difflib - from Python Standard Library - PSF](https://docs.python.org/3/library/index.html)