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 626badd commit e1a2fe4Copy full SHA for e1a2fe4
Makefile
@@ -21,7 +21,7 @@ install-speakeasy-cli:
21
22
## install-test: install test requirements as they cannot be put into pyproject.toml due to python version requirements mismatch
23
.PHONY: install-test-contract
24
-install-test:
+install-test-contract:
25
pip install unstructured pytest-httpx
26
27
#################
@@ -37,7 +37,7 @@ test-unit:
37
38
.PHONY: test-contract
39
test-contract:
40
- PYTHONPATH=. pytest _test_unstructured_client -v -k "contract"
+ PYTHONPATH=. pytest _test_contract -v
41
42
# Assumes you have unstructured-api running on localhost:8000
43
.PHONY: test-integration
_test_unstructured_client/contract/test_partition_via_api.py renamed to _test_contract/test_partition_via_api.py
0 commit comments