Skip to content

Commit

Permalink
Move test_types_01.py to CPython/LPython tests
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Mar 20, 2022
1 parent 79a7519 commit 9e3451a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"expr_03.py",
"expr_04.py",
"expr_05.py",
"test_types_01.py",
"test_str_01.py",
"test_str_02.py",
"modules_01.py",
Expand All @@ -32,15 +33,14 @@
"test_math_02.py",
"test_c_interop_01.py",
"test_generics_01.py",
"test_cmath.py"
"test_cmath.py",
]

# CPython tests only
test_cpython = [
"test_builtin_bin.py",
"test_builtin_hex.py",
"test_builtin_oct.py",
"test_types_01.py",
]

CUR_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__)))
Expand Down

0 comments on commit 9e3451a

Please sign in to comment.