From 0706f3731e0ad5e1be3cb9d9ffce31187bbbcd1e Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Wed, 29 Jan 2025 08:44:15 -0800 Subject: [PATCH] chore: add pandas tests to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cec43b9c..2c073e48 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ tests-basic: poetry run pytest tests/basic poetry run pytest -s tests/test_api.py poetry run pytest tests/test_runner_caching.py - poetry run pytest -s tests/test_pandas_accessor.py + poetry run pytest -s tests/test_pandas_accessors.py lint: poetry run ruff check docetl/* --fix