From f4b29d8b9949f0d3105aa47a6ef2751387e3c2bc Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 27 Jan 2023 18:41:13 +0000 Subject: [PATCH] Move the current Input tests into a subdirectory I'm going to be adding more tests for Input, and I don't want to be doing one large monolithic file of them, so this makes a space where Input-targeting tests can live together and be easy to spot. --- tests/{test_input.py => input/test_input_value_visibility.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{test_input.py => input/test_input_value_visibility.py} (100%) diff --git a/tests/test_input.py b/tests/input/test_input_value_visibility.py similarity index 100% rename from tests/test_input.py rename to tests/input/test_input_value_visibility.py