Skip to content

ael-bekk/PIPEX_TESTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bb6750 · Aug 17, 2023

History

35 Commits
Apr 23, 2023
Feb 20, 2022
Oct 1, 2022
Feb 17, 2022
Apr 23, 2023

Repository files navigation

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

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 file for details.