Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ael-bekk/PIPEX_TESTER
https://github.com/ael-bekk/PIPEX_TESTER
1337 1337school 42 42network bash pipex pipextester shell tester
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ael-bekk/PIPEX_TESTER
- Owner: ael-bekk
- License: mit
- Created: 2022-02-16T16:24:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T14:31:30.000Z (about 1 year ago)
- Last Synced: 2024-08-01T10:20:30.869Z (3 months ago)
- Topics: 1337, 1337school, 42, 42network, bash, pipex, pipextester, shell, tester
- Language: Shell
- Homepage:
- Size: 3.99 MB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- 42-resources - PIPEX_TESTER - bekk` | (WELCOME / **Pipex**)
README
42 - PIPEX_TESTER
Tester for your pipex
# Tester for 42 project
this tester test your program with some basics testes.
>Note that the tester doesn't check the norm or leak memory## Preview :
![Screenshot](screen.gif)## DON'T FORGET TO DO STARE IF THE TESTER HELPED YOU
## How do i run this tester ?
Disclaimer :
To make sure this `tester` work properly you need to clone it in your pipex directory
```
git clone [email protected]:ael-bekk/PIPEX_TESTER.git ; cd PIPEX_TESTER ; chmod +x tester.sh
./tester.sh
```
Modes :
-e : error_handling
-m : mandatory
-b : bonus multiple pipes
-h : bonus here doc
-a : all### Example :
Some examples to run this tester :
```
./tester.sh (all tests)
./tester.sh -a (all tests)
./tester.sh -p (test one pipe)
./tester.sh -pem (test multi pipe and err_handling and muli_pipe)
./tester.sh -hp (test one pipe and here_doc)
```## 📝 License
This project is licensed under the MIT - see the [LICENSE](LICENSE) file for details.
---