Skip to content

Commit

Permalink
feat: move test_substrait_function_names.py to new location (#187)
Browse files Browse the repository at this point in the history
This PR moves the function names test to the top-level directory, which
is where the remaining entry test scripts are located.

Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net authored Dec 19, 2024
1 parent f73ca08 commit ac4367f
Show file tree
Hide file tree
Showing 280 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from substrait_consumer.producers.ibis_producer import IbisProducer


CONFIG_DIR = Path(__file__).parent.parent.parent.parent / "testdata"
CONFIG_DIR = Path(__file__).parent / "testdata"
FUNCTION_CONFIG_DIR = CONFIG_DIR / "function"
TEST_CASE_PATHS = list(
(path.relative_to(CONFIG_DIR),) for path in FUNCTION_CONFIG_DIR.rglob("*.json")
Expand Down

0 comments on commit ac4367f

Please sign in to comment.