https://github.com/jukefr/francinot
A test runner for 42 projects regrouping many different testers
https://github.com/jukefr/francinot
42 42-school 42born2code 42paris 42school test testing
Last synced: 4 months ago
JSON representation
A test runner for 42 projects regrouping many different testers
- Host: GitHub
- URL: https://github.com/jukefr/francinot
- Owner: jukefr
- Created: 2024-11-23T02:51:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T18:55:54.000Z (over 1 year ago)
- Last Synced: 2026-01-15T17:00:08.414Z (5 months ago)
- Topics: 42, 42-school, 42born2code, 42paris, 42school, test, testing
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# francinot
A test runner for 42 projects regrouping many different testers
Aims to be more maintainable and simpler to contribute to, less abstractions, less complexity.
- Please don't blindly paste commands from this readme without understanding what you are doing.
- Please take a look at the source it's really not all that complex.
- Please write your own tests (and contribute them as a new runner to this repository).
## installation
```bash
git clone https://github.com/jukefr/francinot
# then add an alias in your .bashrc or .zshrc if you want
```
## usage
```bash
francinot
francinot libft m
francinot libft b
```