From aa35a4b32e69efe2630d3c44dabd6724ce4b4016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kudela?= Date: Fri, 13 Oct 2023 11:21:37 +0200 Subject: [PATCH] Fix folder name in `account witness vote tests` --- .gitlab-ci.yaml | 2 +- .../__init__.py | 0 .../block_log/__init__.py | 0 .../block_log/block_log | Bin .../block_log/generate_block_log.py | 0 .../block_log/timestamp | 0 .../conftest.py | 0 .../test_account_witness_vote.py | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/__init__.py (100%) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/block_log/__init__.py (100%) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/block_log/block_log (100%) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/block_log/generate_block_log.py (100%) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/block_log/timestamp (100%) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/conftest.py (100%) rename tests/python/functional/operation_tests/{account_witness_vote => account_witness_vote_tests}/test_account_witness_vote.py (100%) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 870b08f986..762d17a548 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -920,7 +920,7 @@ operation_tests: parallel: matrix: - OPERATION: [ account_update_tests, - account_witness_vote, + account_witness_vote_tests, cancel_transfer_from_savings, limit_order_tests, test_recurrent_transfer, diff --git a/tests/python/functional/operation_tests/account_witness_vote/__init__.py b/tests/python/functional/operation_tests/account_witness_vote_tests/__init__.py similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/__init__.py rename to tests/python/functional/operation_tests/account_witness_vote_tests/__init__.py diff --git a/tests/python/functional/operation_tests/account_witness_vote/block_log/__init__.py b/tests/python/functional/operation_tests/account_witness_vote_tests/block_log/__init__.py similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/block_log/__init__.py rename to tests/python/functional/operation_tests/account_witness_vote_tests/block_log/__init__.py diff --git a/tests/python/functional/operation_tests/account_witness_vote/block_log/block_log b/tests/python/functional/operation_tests/account_witness_vote_tests/block_log/block_log similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/block_log/block_log rename to tests/python/functional/operation_tests/account_witness_vote_tests/block_log/block_log diff --git a/tests/python/functional/operation_tests/account_witness_vote/block_log/generate_block_log.py b/tests/python/functional/operation_tests/account_witness_vote_tests/block_log/generate_block_log.py similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/block_log/generate_block_log.py rename to tests/python/functional/operation_tests/account_witness_vote_tests/block_log/generate_block_log.py diff --git a/tests/python/functional/operation_tests/account_witness_vote/block_log/timestamp b/tests/python/functional/operation_tests/account_witness_vote_tests/block_log/timestamp similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/block_log/timestamp rename to tests/python/functional/operation_tests/account_witness_vote_tests/block_log/timestamp diff --git a/tests/python/functional/operation_tests/account_witness_vote/conftest.py b/tests/python/functional/operation_tests/account_witness_vote_tests/conftest.py similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/conftest.py rename to tests/python/functional/operation_tests/account_witness_vote_tests/conftest.py diff --git a/tests/python/functional/operation_tests/account_witness_vote/test_account_witness_vote.py b/tests/python/functional/operation_tests/account_witness_vote_tests/test_account_witness_vote.py similarity index 100% rename from tests/python/functional/operation_tests/account_witness_vote/test_account_witness_vote.py rename to tests/python/functional/operation_tests/account_witness_vote_tests/test_account_witness_vote.py