Skip to content

Commit 566e4e7

Browse files
committed
Run the one test to debug
1 parent e35b1c7 commit 566e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test-integration-docker:
4545
-docker stop unstructured-api && docker kill unstructured-api
4646
docker run --name unstructured-api -p 8000:8000 -d --rm ${DOCKER_IMAGE} --host 0.0.0.0 && \
4747
curl -s -o /dev/null --retry 10 --retry-delay 5 --retry-all-errors http://localhost:8000/general/docs && \
48-
PYTHONPATH=. poetry run pytest -n auto _test_unstructured_client -v -k "integration" && \
48+
PYTHONASYNCIODEBUG=1 PYTHONPATH=. poetry run pytest -n auto _test_unstructured_client/integration/test_integration.py::test_partition_async_processes_concurrent_files && \
4949
docker kill unstructured-api
5050

5151
.PHONY: lint

0 commit comments

Comments
 (0)