tester_push_swap icon indicating copy to clipboard operation
tester_push_swap copied to clipboard

A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap

tester_push_swap

The tester_push_swap is a Python script designed for Linux and macOS systems. It is used to check for memory leaks, errors, and error handling in the push_swap program.

Usage

To use the tester_push_swap script, follow these steps:

Ensure that you have the push_swap and checker programs (for Linux or macOS) in the same directory. Run the following command in the terminal:

curl https://raw.githubusercontent.com/hu8813/tester_push_swap/main/pstester.py | python3 -

This command will download and execute the pstester.py script from the GitHub repository.

Screenshot of a Test Result

Push_swap tester screenshot