From 053087e25374618ef7e5124ffc61eada2205971b Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 16 Dec 2023 00:19:00 +0100 Subject: [PATCH] move function tests --- test/{ => test_functions}/test_function_barcode.py | 0 test/{ => test_functions}/test_function_buzzer.py | 0 test/{ => test_functions}/test_function_cashdraw.py | 0 test/{ => test_functions}/test_function_check_barcode.py | 0 test/{ => test_functions}/test_function_cut.py | 0 test/{ => test_functions}/test_function_dummy_clear.py | 0 test/{ => test_functions}/test_function_image.py | 0 test/{ => test_functions}/test_function_linedisplay.py | 0 test/{ => test_functions}/test_function_panel_button.py | 0 test/{ => test_functions}/test_function_qr_native.py | 0 test/{ => test_functions}/test_function_qr_non-native.py | 0 test/{ => test_functions}/test_function_set.py | 0 test/{ => test_functions}/test_function_softbarcode.py | 0 test/{ => test_functions}/test_function_text.py | 0 test/{ => test_functions}/test_functions.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename test/{ => test_functions}/test_function_barcode.py (100%) rename test/{ => test_functions}/test_function_buzzer.py (100%) rename test/{ => test_functions}/test_function_cashdraw.py (100%) rename test/{ => test_functions}/test_function_check_barcode.py (100%) rename test/{ => test_functions}/test_function_cut.py (100%) rename test/{ => test_functions}/test_function_dummy_clear.py (100%) rename test/{ => test_functions}/test_function_image.py (100%) rename test/{ => test_functions}/test_function_linedisplay.py (100%) rename test/{ => test_functions}/test_function_panel_button.py (100%) rename test/{ => test_functions}/test_function_qr_native.py (100%) rename test/{ => test_functions}/test_function_qr_non-native.py (100%) rename test/{ => test_functions}/test_function_set.py (100%) rename test/{ => test_functions}/test_function_softbarcode.py (100%) rename test/{ => test_functions}/test_function_text.py (100%) rename test/{ => test_functions}/test_functions.py (100%) diff --git a/test/test_function_barcode.py b/test/test_functions/test_function_barcode.py similarity index 100% rename from test/test_function_barcode.py rename to test/test_functions/test_function_barcode.py diff --git a/test/test_function_buzzer.py b/test/test_functions/test_function_buzzer.py similarity index 100% rename from test/test_function_buzzer.py rename to test/test_functions/test_function_buzzer.py diff --git a/test/test_function_cashdraw.py b/test/test_functions/test_function_cashdraw.py similarity index 100% rename from test/test_function_cashdraw.py rename to test/test_functions/test_function_cashdraw.py diff --git a/test/test_function_check_barcode.py b/test/test_functions/test_function_check_barcode.py similarity index 100% rename from test/test_function_check_barcode.py rename to test/test_functions/test_function_check_barcode.py diff --git a/test/test_function_cut.py b/test/test_functions/test_function_cut.py similarity index 100% rename from test/test_function_cut.py rename to test/test_functions/test_function_cut.py diff --git a/test/test_function_dummy_clear.py b/test/test_functions/test_function_dummy_clear.py similarity index 100% rename from test/test_function_dummy_clear.py rename to test/test_functions/test_function_dummy_clear.py diff --git a/test/test_function_image.py b/test/test_functions/test_function_image.py similarity index 100% rename from test/test_function_image.py rename to test/test_functions/test_function_image.py diff --git a/test/test_function_linedisplay.py b/test/test_functions/test_function_linedisplay.py similarity index 100% rename from test/test_function_linedisplay.py rename to test/test_functions/test_function_linedisplay.py diff --git a/test/test_function_panel_button.py b/test/test_functions/test_function_panel_button.py similarity index 100% rename from test/test_function_panel_button.py rename to test/test_functions/test_function_panel_button.py diff --git a/test/test_function_qr_native.py b/test/test_functions/test_function_qr_native.py similarity index 100% rename from test/test_function_qr_native.py rename to test/test_functions/test_function_qr_native.py diff --git a/test/test_function_qr_non-native.py b/test/test_functions/test_function_qr_non-native.py similarity index 100% rename from test/test_function_qr_non-native.py rename to test/test_functions/test_function_qr_non-native.py diff --git a/test/test_function_set.py b/test/test_functions/test_function_set.py similarity index 100% rename from test/test_function_set.py rename to test/test_functions/test_function_set.py diff --git a/test/test_function_softbarcode.py b/test/test_functions/test_function_softbarcode.py similarity index 100% rename from test/test_function_softbarcode.py rename to test/test_functions/test_function_softbarcode.py diff --git a/test/test_function_text.py b/test/test_functions/test_function_text.py similarity index 100% rename from test/test_function_text.py rename to test/test_functions/test_function_text.py diff --git a/test/test_functions.py b/test/test_functions/test_functions.py similarity index 100% rename from test/test_functions.py rename to test/test_functions/test_functions.py