From d0d006ed32c99e6d4eef1f2709d9dda9a43569e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Fri, 11 Aug 2023 13:10:33 +0200 Subject: [PATCH] refactor(tests): reorganize `ibis.expr.decompile` and `ibis.expr.sql` test files to be under the `ibis.expr` subpackage --- ibis/{tests/expr => expr/tests}/test_decompile.py | 0 ibis/{tests/expr => expr/tests}/test_sql.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ibis/{tests/expr => expr/tests}/test_decompile.py (100%) rename ibis/{tests/expr => expr/tests}/test_sql.py (100%) diff --git a/ibis/tests/expr/test_decompile.py b/ibis/expr/tests/test_decompile.py similarity index 100% rename from ibis/tests/expr/test_decompile.py rename to ibis/expr/tests/test_decompile.py diff --git a/ibis/tests/expr/test_sql.py b/ibis/expr/tests/test_sql.py similarity index 100% rename from ibis/tests/expr/test_sql.py rename to ibis/expr/tests/test_sql.py