Skip to content

ael-bekk/PIPEX_TESTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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.