From 56b964d20aa92f56499b5db0218b54db3fe5938c Mon Sep 17 00:00:00 2001 From: arteevraina Date: Wed, 29 Nov 2023 20:54:13 +0530 Subject: [PATCH] tests: update file names --- integration_tests/CMakeLists.txt | 5 ++--- integration_tests/{transaction_01.py => structs_36.py} | 0 integration_tests/{transaction_02.py => structs_37.py} | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) rename integration_tests/{transaction_01.py => structs_36.py} (100%) rename integration_tests/{transaction_02.py => structs_37.py} (64%) diff --git a/integration_tests/CMakeLists.txt b/integration_tests/CMakeLists.txt index 95694d3fe8..8765026195 100644 --- a/integration_tests/CMakeLists.txt +++ b/integration_tests/CMakeLists.txt @@ -703,6 +703,8 @@ RUN(NAME structs_32 LABELS cpython llvm c) RUN(NAME structs_33 LABELS cpython llvm c) RUN(NAME structs_34 LABELS cpython llvm c) RUN(NAME structs_35 LABELS cpython llvm) +RUN(NAME structs_36 LABELS cpython llvm) +RUN(NAME structs_37 LABELS cpython llvm) RUN(NAME symbolics_01 LABELS cpython_sym c_sym llvm_sym NOFAST) RUN(NAME symbolics_02 LABELS cpython_sym c_sym llvm_sym NOFAST) @@ -798,9 +800,6 @@ RUN(NAME callback_03 LABELS cpython llvm c) RUN(NAME lambda_01 LABELS cpython llvm) -RUN(NAME transaction_01 LABELS cpython llvm c) -RUN(NAME transaction_02 LABELS cpython llvm c) - # callback_04 is to test emulation. So just run with cpython RUN(NAME callback_04 IMPORT_PATH .. LABELS cpython) diff --git a/integration_tests/transaction_01.py b/integration_tests/structs_36.py similarity index 100% rename from integration_tests/transaction_01.py rename to integration_tests/structs_36.py diff --git a/integration_tests/transaction_02.py b/integration_tests/structs_37.py similarity index 64% rename from integration_tests/transaction_02.py rename to integration_tests/structs_37.py index 19dc82aba9..83d1953d06 100644 --- a/integration_tests/transaction_02.py +++ b/integration_tests/structs_37.py @@ -1,4 +1,4 @@ -from transaction_01 import Transactions, Transaction +from structs_36 import Transactions, Transaction transactions: list[Transaction] = [] asr: Transactions = Transactions(transactions=transactions) \ No newline at end of file