genlayer-test 0.5.0__tar.gz → 0.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/PKG-INFO +2 -2
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/genlayer_test.egg-info/PKG-INFO +2 -2
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/genlayer_test.egg-info/SOURCES.txt +0 -2
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/genlayer_test.egg-info/requires.txt +1 -1
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/contract.py +1 -1
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/contract_factory.py +1 -1
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/pyproject.toml +2 -2
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/intelligent_oracle_factory.py +1 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/multi_file_contract/__init__.py +1 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/multi_tenant_storage.py +3 -1
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_intelligent_oracle_factory.py +0 -2
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_multi_file_contract.py +4 -5
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_multi_tenant_storage.py +6 -2
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/test_contract_definition.py +0 -36
- genlayer_test-0.5.0/tests/examples/tests/test_multi_file_contract_legacy.py +0 -16
- genlayer_test-0.5.0/tests/examples/tests/test_storage_legacy.py +0 -26
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/LICENSE +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/README.md +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/genlayer_test.egg-info/dependency_links.txt +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/genlayer_test.egg-info/entry_points.txt +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/genlayer_test.egg-info/top_level.txt +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/accounts.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/artifacts/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/artifacts/contract.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/assertions.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/clients.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/contract_functions.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/method_stats.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/stats_collector.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/contracts/utils.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/exceptions.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/fixtures.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/helpers/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/helpers/fixture_snapshot.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/helpers/take_snapshot.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/logging.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest/types.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/constants.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/general.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/plugin.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/pytest_context.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/types.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/config/user.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/logging.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/gltest_cli/main.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/setup.cfg +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/conftest.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/football_prediction_market.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/intelligent_oracle.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/llm_erc20.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/log_indexer.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/multi_file_contract/other.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/multi_read_erc20.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/read_erc20.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/storage.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/user_storage.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/wizard_of_coin.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_football_prediction_market.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_llm_erc20.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_llm_erc20_analyze.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_log_indexer.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_multi_read_erc20.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_read_erc20.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_storage.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_user_storage.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_wizard_of_coin.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/contracts/duplicate_ic_contract_1.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/contracts/duplicate_ic_contract_2.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/contracts/not_ic_contract.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/assertions/test_assertions.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest_cli/__init__.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest_cli/config/test_config_integration.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest_cli/config/test_general_config.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest_cli/config/test_plugin.py +0 -0
- {genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest_cli/config/test_user.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: genlayer-test
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: GenLayer Testing Suite
|
5
5
|
Author: GenLayer
|
6
6
|
License-Expression: MIT
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
16
16
|
Requires-Dist: pytest
|
17
17
|
Requires-Dist: setuptools>=77.0
|
18
|
-
Requires-Dist: genlayer-py==0.
|
18
|
+
Requires-Dist: genlayer-py==0.8.1
|
19
19
|
Requires-Dist: colorama>=0.4.6
|
20
20
|
Requires-Dist: pyyaml
|
21
21
|
Requires-Dist: python-dotenv
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: genlayer-test
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: GenLayer Testing Suite
|
5
5
|
Author: GenLayer
|
6
6
|
License-Expression: MIT
|
@@ -15,7 +15,7 @@ Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
16
16
|
Requires-Dist: pytest
|
17
17
|
Requires-Dist: setuptools>=77.0
|
18
|
-
Requires-Dist: genlayer-py==0.
|
18
|
+
Requires-Dist: genlayer-py==0.8.1
|
19
19
|
Requires-Dist: colorama>=0.4.6
|
20
20
|
Requires-Dist: pyyaml
|
21
21
|
Requires-Dist: python-dotenv
|
@@ -57,12 +57,10 @@ tests/examples/tests/test_llm_erc20.py
|
|
57
57
|
tests/examples/tests/test_llm_erc20_analyze.py
|
58
58
|
tests/examples/tests/test_log_indexer.py
|
59
59
|
tests/examples/tests/test_multi_file_contract.py
|
60
|
-
tests/examples/tests/test_multi_file_contract_legacy.py
|
61
60
|
tests/examples/tests/test_multi_read_erc20.py
|
62
61
|
tests/examples/tests/test_multi_tenant_storage.py
|
63
62
|
tests/examples/tests/test_read_erc20.py
|
64
63
|
tests/examples/tests/test_storage.py
|
65
|
-
tests/examples/tests/test_storage_legacy.py
|
66
64
|
tests/examples/tests/test_user_storage.py
|
67
65
|
tests/examples/tests/test_wizard_of_coin.py
|
68
66
|
tests/gltest/__init__.py
|
@@ -96,7 +96,7 @@ def write_contract_wrapper(
|
|
96
96
|
retries=actual_wait_retries,
|
97
97
|
)
|
98
98
|
if wait_triggered_transactions:
|
99
|
-
triggered_transactions = receipt
|
99
|
+
triggered_transactions = receipt.get("triggered_transactions", [])
|
100
100
|
for triggered_transaction in triggered_transactions:
|
101
101
|
client.wait_for_transaction_receipt(
|
102
102
|
transaction_hash=triggered_transaction,
|
@@ -154,7 +154,7 @@ class ContractFactory:
|
|
154
154
|
)
|
155
155
|
|
156
156
|
if wait_triggered_transactions:
|
157
|
-
triggered_transactions = tx_receipt
|
157
|
+
triggered_transactions = tx_receipt.get("triggered_transactions", [])
|
158
158
|
for triggered_transaction in triggered_transactions:
|
159
159
|
client.wait_for_transaction_receipt(
|
160
160
|
transaction_hash=triggered_transaction,
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "genlayer-test"
|
7
|
-
version = "0.5.
|
7
|
+
version = "0.5.1"
|
8
8
|
description = "GenLayer Testing Suite"
|
9
9
|
authors = [
|
10
10
|
{ name = "GenLayer" }
|
@@ -15,7 +15,7 @@ requires-python = ">=3.12"
|
|
15
15
|
dependencies = [
|
16
16
|
"pytest",
|
17
17
|
"setuptools>=77.0",
|
18
|
-
"genlayer-py==0.
|
18
|
+
"genlayer-py==0.8.1",
|
19
19
|
"colorama>=0.4.6",
|
20
20
|
"pyyaml",
|
21
21
|
"python-dotenv"
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/multi_tenant_storage.py
RENAMED
@@ -46,4 +46,6 @@ class MultiTentantStorage(gl.Contract):
|
|
46
46
|
self.available_storage_contracts.pop()
|
47
47
|
|
48
48
|
contract_to_use = self.mappings[gl.message.sender_address]
|
49
|
-
gl.get_contract_at(contract_to_use).emit().update_storage(
|
49
|
+
gl.get_contract_at(contract_to_use).emit(on="accepted").update_storage(
|
50
|
+
new_storage
|
51
|
+
)
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_intelligent_oracle_factory.py
RENAMED
@@ -1,5 +1,4 @@
|
|
1
1
|
import json
|
2
|
-
from gltest.types import TransactionStatus
|
3
2
|
|
4
3
|
from gltest import get_contract_factory
|
5
4
|
from gltest.assertions import tx_execution_succeeded
|
@@ -112,7 +111,6 @@ def test_intelligent_oracle_factory_pattern(setup_validators):
|
|
112
111
|
],
|
113
112
|
).transact(
|
114
113
|
wait_triggered_transactions=True,
|
115
|
-
wait_triggered_transactions_status=TransactionStatus.ACCEPTED,
|
116
114
|
)
|
117
115
|
assert tx_execution_succeeded(create_result)
|
118
116
|
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_multi_file_contract.py
RENAMED
@@ -1,5 +1,4 @@
|
|
1
1
|
from gltest import get_contract_factory
|
2
|
-
from gltest.assertions import tx_execution_succeeded
|
3
2
|
|
4
3
|
|
5
4
|
def test_multi_file_contract(setup_validators):
|
@@ -7,10 +6,10 @@ def test_multi_file_contract(setup_validators):
|
|
7
6
|
# Deploy Contract, it will deploy other.py as well
|
8
7
|
setup_validators()
|
9
8
|
factory = get_contract_factory("MultiFileContract")
|
10
|
-
contract = factory.deploy(
|
11
|
-
|
12
|
-
|
13
|
-
|
9
|
+
contract = factory.deploy(
|
10
|
+
args=[],
|
11
|
+
wait_triggered_transactions=True,
|
12
|
+
)
|
14
13
|
|
15
14
|
res = contract.test(args=[]).call()
|
16
15
|
assert res == "123"
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_multi_tenant_storage.py
RENAMED
@@ -51,7 +51,9 @@ def test_multi_tenant_storage(setup_validators):
|
|
51
51
|
transaction_response_call = (
|
52
52
|
multi_tenant_storage_contract.connect(account=user_account_a)
|
53
53
|
.update_storage(args=["user_a_storage"])
|
54
|
-
.transact(
|
54
|
+
.transact(
|
55
|
+
wait_triggered_transactions=True,
|
56
|
+
)
|
55
57
|
)
|
56
58
|
assert tx_execution_succeeded(transaction_response_call)
|
57
59
|
|
@@ -59,7 +61,9 @@ def test_multi_tenant_storage(setup_validators):
|
|
59
61
|
transaction_response_call = (
|
60
62
|
multi_tenant_storage_contract.connect(account=user_account_b)
|
61
63
|
.update_storage(args=["user_b_storage"])
|
62
|
-
.transact(
|
64
|
+
.transact(
|
65
|
+
wait_triggered_transactions=True,
|
66
|
+
)
|
63
67
|
)
|
64
68
|
assert tx_execution_succeeded(transaction_response_call)
|
65
69
|
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/test_contract_definition.py
RENAMED
@@ -47,42 +47,6 @@ def test_multiple_files():
|
|
47
47
|
assert contract_definition.contract_code == contract_code
|
48
48
|
|
49
49
|
|
50
|
-
def test_single_file_legacy():
|
51
|
-
general_config = get_general_config()
|
52
|
-
general_config.set_contracts_dir(Path("."))
|
53
|
-
contract_definition = find_contract_definition_from_name("StorageLegacy")
|
54
|
-
|
55
|
-
# Assert complete contract definition
|
56
|
-
assert contract_definition.contract_name == "StorageLegacy"
|
57
|
-
expected_main_file_path = CONTRACTS_DIR / "storage_legacy.gpy"
|
58
|
-
expected_runner_file_path = None
|
59
|
-
contract_code = compute_contract_code(
|
60
|
-
expected_main_file_path, expected_runner_file_path
|
61
|
-
)
|
62
|
-
assert contract_definition.contract_code == contract_code
|
63
|
-
assert str(contract_definition.main_file_path) == str(
|
64
|
-
CONTRACTS_DIR / "storage_legacy.gpy"
|
65
|
-
)
|
66
|
-
assert contract_definition.runner_file_path is None
|
67
|
-
|
68
|
-
|
69
|
-
def test_multiple_files_legacy():
|
70
|
-
general_config = get_general_config()
|
71
|
-
general_config.set_contracts_dir(Path("."))
|
72
|
-
contract_definition = find_contract_definition_from_name("MultiFileContractLegacy")
|
73
|
-
|
74
|
-
# Assert complete contract definition
|
75
|
-
assert contract_definition.contract_name == "MultiFileContractLegacy"
|
76
|
-
expected_main_file_path = CONTRACTS_DIR / "multi_file_contract_legacy/__init__.gpy"
|
77
|
-
expected_runner_file_path = CONTRACTS_DIR / "multi_file_contract_legacy/runner.json"
|
78
|
-
assert contract_definition.main_file_path == expected_main_file_path
|
79
|
-
assert contract_definition.runner_file_path == expected_runner_file_path
|
80
|
-
contract_code = compute_contract_code(
|
81
|
-
expected_main_file_path, expected_runner_file_path
|
82
|
-
)
|
83
|
-
assert contract_definition.contract_code == contract_code
|
84
|
-
|
85
|
-
|
86
50
|
def test_class_is_not_intelligent_contract():
|
87
51
|
general_config = get_general_config()
|
88
52
|
general_config.set_contracts_dir(Path("."))
|
@@ -1,16 +0,0 @@
|
|
1
|
-
from gltest import get_contract_factory
|
2
|
-
from gltest.assertions import tx_execution_succeeded
|
3
|
-
|
4
|
-
|
5
|
-
def test_multi_file_contract_legacy(setup_validators):
|
6
|
-
# Multi file contracts are considered if they are defined in a __init__.gpy file
|
7
|
-
# Deploy Contract, it will deploy other.gpy as well
|
8
|
-
setup_validators()
|
9
|
-
factory = get_contract_factory("MultiFileContractLegacy")
|
10
|
-
contract = factory.deploy(args=[])
|
11
|
-
|
12
|
-
wait_response = contract.wait(args=[]).transact()
|
13
|
-
assert tx_execution_succeeded(wait_response)
|
14
|
-
|
15
|
-
res = contract.test(args=[]).call()
|
16
|
-
assert res == "123"
|
@@ -1,26 +0,0 @@
|
|
1
|
-
from gltest import get_contract_factory
|
2
|
-
from gltest.assertions import tx_execution_succeeded
|
3
|
-
|
4
|
-
|
5
|
-
INITIAL_STATE = "a"
|
6
|
-
UPDATED_STATE = "b"
|
7
|
-
|
8
|
-
|
9
|
-
def test_storage_legacy(setup_validators):
|
10
|
-
setup_validators()
|
11
|
-
factory = get_contract_factory("StorageLegacy")
|
12
|
-
contract = factory.deploy(args=[INITIAL_STATE])
|
13
|
-
|
14
|
-
# Get initial state
|
15
|
-
contract_state_1 = contract.get_storage(args=[]).call()
|
16
|
-
assert contract_state_1 == INITIAL_STATE
|
17
|
-
|
18
|
-
# Update State
|
19
|
-
transaction_response_call_1 = contract.update_storage(
|
20
|
-
args=[UPDATED_STATE]
|
21
|
-
).transact()
|
22
|
-
assert tx_execution_succeeded(transaction_response_call_1)
|
23
|
-
|
24
|
-
# Get Updated State
|
25
|
-
contract_state_2 = contract.get_storage(args=[]).call()
|
26
|
-
assert contract_state_2 == UPDATED_STATE
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/football_prediction_market.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/contracts/multi_file_contract/other.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/examples/tests/test_football_prediction_market.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest/artifact/contracts/not_ic_contract.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{genlayer_test-0.5.0 → genlayer_test-0.5.1}/tests/gltest_cli/config/test_config_integration.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|