Skip to content

Commit 3f20013

Browse files
author
Violetta GOLDMAN
committed
2 parents b5662ae + 159d59e commit 3f20013

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bonus_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import inputs
22
import random
33

4-
TESTS_N = 30
4+
TESTS_N = 1000
55

66
def tests_lstnew():
77
tests = ""

part2_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import inputs
22

3-
TESTS_N = 30
3+
TESTS_N = 1000
44

55
def tests_substr():
66
tests = ""
@@ -11,7 +11,7 @@ def tests_substr():
1111

1212
def tests_strjoin():
1313
tests = ""
14-
tests += 'puts("* ft_srjoin");';
14+
tests += 'puts("* ft_strjoin");';
1515
for i in range(TESTS_N):
1616
tests += "free(ft_strjoin({}, {}));\n".format(inputs.input_string(), inputs.input_string())
1717
return tests

0 commit comments

Comments
 (0)