Skip to content

star-child-0/Hypatia-philosopher-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypatia

Hypatia was a neoplatonist philosopher, astronomer, and mathematician who lived in Alexandria, Egypt, and later part of the Eastern Roman Empire, and is commonly referred at as the first woman philosopher, mathematician, and astronomer in history, and although preceded by Pandrosion, another Alexandrine female mathematician, she is the first female mathematician whose life is reasonably well recorded

Hypatia was renowned in her own lifetime as a great teacher and a wise counselor. Hypatia constructed astrolabes and hydrometers, but did not invent either of these.

Ancient sources record that Hypatia was widely beloved by pagans and Christians alike and that she established great influence with the political elite in Alexandria.

-From Wikipedia, the free encyclopedia

However, this project is not about her, but about the dining philosophers problem.

📖 Overview

This project is my tester for the philosophers project at 42 Florence. It is a simple bash script that checks if your project is norminette compliant and compiles it.

DO NOT use this tester as a replacement for you evaluating your own project or your peers', but as a tool to help you find errors in your code and to help you streamline your workflow, so that you can spend more time on the important stuff, and I don't mean just the project itself, but the learning process as well, so I highly encourage you to do your own research and try to write your own tests.

GLHF!

anvannin's hypatia languages anvannin's hypatia repo-size anvannin's hypatia lines

⚙️ Installation

First, clone the tester by running the following command:

git clone <repository url> hypatia

Note: you don't have to rename the directory to hypatia, you can name it whatever you want.

🖥️ Usage

To use this tester, navigate to your project directory and simply run the following command:

./hypatia/tester.sh

it will check if your project is norminette compliant and compile it.

If you want to run only a specific test, you can do so by running the following command:

./hypatia/tester.sh <test_name> [timeout]

<test_name> is the name of the test you want to run:

  • norminette: checks if your project is norminette compliant
  • make: compiles your project and checks if the various rules are present
  • philo: compiles your project and runs tests on it

timeout: the time in seconds after which the test will be terminated, if not specified, the tests will terminate after 15 seconds (applies only to philo test)

Note: works only on the mandatory part of the project, bonus part will be added in the future.

🤝 Contributing

Refer to CONTRIBUTING.md for information about how to contribute to this project.

⚖️ License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages