We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e12e4a commit 0706f37Copy full SHA for 0706f37
Makefile
@@ -11,7 +11,7 @@ tests-basic:
11
poetry run pytest tests/basic
12
poetry run pytest -s tests/test_api.py
13
poetry run pytest tests/test_runner_caching.py
14
- poetry run pytest -s tests/test_pandas_accessor.py
+ poetry run pytest -s tests/test_pandas_accessors.py
15
16
lint:
17
poetry run ruff check docetl/* --fix
0 commit comments