From c2ae0e0dc631cbcbc8921b79bcdc7740dad33aaf Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 15 Oct 2019 00:40:38 +0200 Subject: [PATCH] tests: move tests for setuponly/setupplan Forgotten in 032ce8baf. --- testing/{python/setup_only.py => test_setuponly.py} | 0 testing/{python/setup_plan.py => test_setupplan.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename testing/{python/setup_only.py => test_setuponly.py} (100%) rename testing/{python/setup_plan.py => test_setupplan.py} (100%) diff --git a/testing/python/setup_only.py b/testing/test_setuponly.py similarity index 100% rename from testing/python/setup_only.py rename to testing/test_setuponly.py diff --git a/testing/python/setup_plan.py b/testing/test_setupplan.py similarity index 100% rename from testing/python/setup_plan.py rename to testing/test_setupplan.py