francinette icon indicating copy to clipboard operation
francinette copied to clipboard

An easy to use testing framework for the 42 projects

Results 47 francinette issues
Sort by recently updated
recently updated
newest added

When I tried to install I got this: ``` cp: ./francinette and francinette are identical (not copied). bash: line 37: cd: /francinette: No such file or directory ```

![Screenshot 2023-03-07 at 17 47 21](https://user-images.githubusercontent.com/1523085/223492797-1ee4dfed-5066-4029-96c1-2de9969e44a2.png) I should handle the timeouts more gracefully. Also while at it, put some tests under strict (the weirder ones)

bug

During the installation, the processes related to the command "cp" gives these following errors. I think there occur because of you kept the path very long. cp: cannot open 'francinette/.git/modules/tests/libft/Tripouille/objects/pack/.l2s.tmp_rev_RkBlO60001'...

I get this error trying to correct my libft from my personal computer ![Captura de pantalla de 2024-02-03 04-04-24](https://github.com/xicodomingues/francinette/assets/78851714/e7e9224b-1f25-40cd-bef8-da8857160ace)

So i failed ft_printf by moulinette (does not compile) when i checked my code i foudn out that in the rule re i do re : fclean re instead of...

On macOS Catalina: I tried installing it, but now it's just spamming "Starting Docker..." in the terminal, followed by "command not found: systemctl". What do I do?

printf has a feature where instead of putting a number in the format string for the width and precision fields, you can put an asterisk (*) and pass the number...

All tests for lstmap are passed without error handling for the parameters void *(*f)(void *) and void (*del)(void *). error handling like: if (f = NULL || del == NULL){...

printf is only tested with Tripouille's tester ➜ ft_printf git:(master) ✗ paco -t 3 ╔══════════════════════════════════════════════════════════════════════════════╗ ║ Welcome to Francinette, a 42 tester framework! ║ ╚═══════════════════════╦══════════════════════════════╦═══════════════════════╝ ║ printf ║ ╚══════════════════════════════╝ ✔...