Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


42 - PIPEX_TESTER


Tester for your pipex


GitHub code size in bytes
GitHub top language
GitHub last commit

# 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.

---