Skip to content

Commit

Permalink
test: add test_api to basic suite
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 1, 2024
1 parent e6ab268 commit aaa6b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tests:

tests-basic:
poetry run pytest tests/basic
poetry run pytest tests/test_api.py

lint:
poetry run ruff check docetl/* --fix
Expand Down

0 comments on commit aaa6b3a

Please sign in to comment.