Skip to content

Commit db38d0a

Browse files
authored
Merge pull request #195 from namannimmo10/str
Run more integration tests
2 parents 2e4dd4a + 06ef347 commit db38d0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration_tests/run_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
"modules_01.py",
1616
#"modules_02.py",
1717
"test_math.py",
18-
#"test_builtin.py",
18+
"test_builtin.py",
1919
"test_builtin_abs.py",
2020
"test_builtin_bool.py",
2121
"test_builtin_pow.py",
2222
"test_builtin_int.py",
23+
"test_builtin_len.py",
2324
"test_builtin_float.py",
2425
"test_math1.py",
2526
"test_math_02.py",

0 commit comments

Comments
 (0)