Skip to content

Commit e1a2fe4

Browse files
committed
fix: fixed tests structure and deps installation
1 parent 626badd commit e1a2fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install-speakeasy-cli:
2121

2222
## install-test: install test requirements as they cannot be put into pyproject.toml due to python version requirements mismatch
2323
.PHONY: install-test-contract
24-
install-test:
24+
install-test-contract:
2525
pip install unstructured pytest-httpx
2626

2727
#################
@@ -37,7 +37,7 @@ test-unit:
3737

3838
.PHONY: test-contract
3939
test-contract:
40-
PYTHONPATH=. pytest _test_unstructured_client -v -k "contract"
40+
PYTHONPATH=. pytest _test_contract -v
4141

4242
# Assumes you have unstructured-api running on localhost:8000
4343
.PHONY: test-integration

0 commit comments

Comments
 (0)