Skip to content

Commit 77f18da

Browse files
committed
refactor: move functional tests into tests/functional
1 parent eaa1bd0 commit 77f18da

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.

tools/python_test_v4.py renamed to tests/functional/test_api_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
qG2ZdhHHmSK2LaQLFiSprUkikStNU9BqSQ==
5757
=5OGa
5858
-----END PGP PUBLIC KEY BLOCK-----"""
59-
AVATAR_PATH = os.path.join(os.path.dirname(__file__), "avatar.png")
59+
AVATAR_PATH = os.path.join(os.path.dirname(__file__), "data", "avatar.png")
6060

6161

6262
# token authentication from config file
File renamed without changes.
File renamed without changes.

tools/functional_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ setenv_script=$(dirname "$0")/build_test_env.sh || exit 1
1818
BUILD_TEST_ENV_AUTO_CLEANUP=true
1919
. "$setenv_script" "$@" || exit 1
2020

21-
. $(dirname "$0")/cli_test_v${API_VER}.sh
21+
. $(dirname "$0")/../tests/functional/test_cli_v${API_VER}.sh

tools/py_functional_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ setenv_script=$(dirname "$0")/build_test_env.sh || exit 1
1818
BUILD_TEST_ENV_AUTO_CLEANUP=true
1919
. "$setenv_script" "$@" || exit 1
2020

21-
try python "$(dirname "$0")"/python_test_v${API_VER}.py
21+
try python "$(dirname "$0")"/../tests/functional/test_api_v${API_VER}.py

0 commit comments

Comments
 (0)