From 29239b00a672564e39221905d5063c5f5f9815b6 Mon Sep 17 00:00:00 2001 From: Joe Subbiani Date: Thu, 22 Jul 2021 17:33:59 +0100 Subject: [PATCH] Move translate scripts to test directory To be used by compat.sh, the files were moved to the same directory. The files were also renamed to be distinguishable aside from their file extensions Signed-off-by: Joe Subbiani --- test_translate.sh => tests/test_translate_format.sh | 0 test_translate.py => tests/test_translate_names.py | 0 translate_ciphers.py => tests/translate_ciphers.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test_translate.sh => tests/test_translate_format.sh (100%) rename test_translate.py => tests/test_translate_names.py (100%) rename translate_ciphers.py => tests/translate_ciphers.py (100%) diff --git a/test_translate.sh b/tests/test_translate_format.sh similarity index 100% rename from test_translate.sh rename to tests/test_translate_format.sh diff --git a/test_translate.py b/tests/test_translate_names.py similarity index 100% rename from test_translate.py rename to tests/test_translate_names.py diff --git a/translate_ciphers.py b/tests/translate_ciphers.py similarity index 100% rename from translate_ciphers.py rename to tests/translate_ciphers.py