test-push-swap

A tester for the push swap project


Keywords
push-swap, push-swap-42, push-swap-tester, push-swap42, pushswap, pushswap-42, pushswap-tester, pushswap42, pushswaptester, tester-push-swap
License
MIT
Install
pip install test-push-swap==0.5

Documentation

tester_push_swap

A Python script that tests memory leaks, errors, and error handling for push_swap.

Usage

To use it, in the directory where your ./push_swap and checker programs are, run following command:

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

Push_swap tester screenshot

It works well with valgrind on Linux, but may not check memory on Mac.