Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Epitech
- Montpellier, FRANCE
Pro
-
Epitech
- Montpellier, FRANCE
Pinned
92 contributions in the last year
Contribution activity
November 2019
Created an issue in MaximeFONT-GAUDIN/Libmy that received 1 comment
- my_strdup.c with my_strdup_test.c
- my_strndup.c with my_strndup_test.c
- my_strsep.c with my_strsep_test.c
- my_showmem.c: correct typo
- my_put_nbr_test.c: add test with INT_MIN/INT_MAX
- my_find_prime_sup_test.c: add tests with negative, with 0 AND with 1
- my_compute_power_rec_test.c: any power of zero should return... zero
- my_getnbr_test.c: add test my_getnbr("18446744073709551615") should return 0
- my_str_isprintable_test.c: Empty string IS printable
- my_strcapitalize_test.c: add the test in description
- my_strncmp_tests.c: should handle the example below
- my_strstr_test.c: find_NULL_string is not relevant
- my_strstr_test.c: find_empty_string is not correct
- my_strncpy_test.c: should handle negative value for the 3rd argument
- my_strncat_test.c: in EVERY test, check that the return value cr_assert_eq to the first parameter
- my_strcat_test.c: in EVERY test, check that the return value cr_assert_eq to the first parameter
- my_str_is****_test.c: it should return true with empty strings
- my_strcapitalize_test.c: try with en empty string
- my_strcapitalize_test.c: in EVERY test, check that the return value cr_assert_eq to the first parameter
- my_strlowcase_test.c: in EVERY test, check that the return value cr_assert_eq to the first parameter
- my_strupcase_test.c: in EVERY test, check that the return value cr_assert_eq to the first parameter
- my_revstr_test.c: in EVERY test, check that the return value cr_assert_eq to the first parameter
- my_strncpy_test.c: in EVERY test, check that the return value cr_assert_eq to the dest parameter
- my_strcpy_test.c: in EVERY test, check that the return value cr_assert_eq to the dest parameter
- my_strupcase_test.c: try with empty string
- Some issues not shown.