Add 42PhilosophersHelper testing tool for 42 Philosophers project #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello!
This pull request proposes adding
42PhilosophersHelperto the list of tools available for the 42 Philosophers project.Description
42PhilosophersHelperis a semi-automated testing tool designed to help students validate their implementation of the Philosophers project. It automates various test cases to check for correctness, robustness, and common threading issues.Key features include:
Repository
The repository is located at: https://github.com/AbdallahZerfaoui/42PhilosophersHelper
Reason for Addition
I believe this tool would be a valuable addition to the list as it provides comprehensive, automated testing capabilities, including crucial Timestamps support, which is often a challenge for students working on this project. It helps streamline the testing process and identify potential bugs efficiently.
Checklist
42PhilosophersHelperto the appropriate section of the list.Please let me know if any adjustments are needed for this contribution.
Thanks for considering!