From 52ffbe404396418db6d09f7de9975fb938bff994 Mon Sep 17 00:00:00 2001 From: David Minton Date: Thu, 17 Aug 2023 22:45:54 -0400 Subject: [PATCH] Moved tests directory to main project directory --- {swiftest/tests => tests}/.gitignore | 0 {swiftest/tests => tests}/test_input_output.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {swiftest/tests => tests}/.gitignore (100%) rename {swiftest/tests => tests}/test_input_output.py (100%) diff --git a/swiftest/tests/.gitignore b/tests/.gitignore similarity index 100% rename from swiftest/tests/.gitignore rename to tests/.gitignore diff --git a/swiftest/tests/test_input_output.py b/tests/test_input_output.py similarity index 100% rename from swiftest/tests/test_input_output.py rename to tests/test_input_output.py