Skip to content

Commit 23d3b93

Browse files
anayeayeividito
authored andcommitted
remove deleted test file
1 parent 0c1642c commit 23d3b93

File tree

2 files changed

+8
-160
lines changed

2 files changed

+8
-160
lines changed

stac_api/runtime/tests/test_extensions.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
"""
2-
Test suite for STAC (SpatioTemporal Asset Catalog) Transactions API endpoints.
2+
Test suite for STAC (SpatioTemporal Asset Catalog) Extensions including Transactions and Collections Search API endpoints.
33
44
This module contains tests for the collection and item endpoints of the STAC API.
55
It verifies the behavior of the API when posting valid and invalid STAC collections and items,
66
as well as bulk items.
77
88
Endpoints tested:
9+
Transactions
910
- /collections
1011
- /collections/{}/items
1112
- /collections/{}/bulk_items
13+
14+
Collection Search
15+
This module adds search options to collections GET method
16+
- /Collections search by id and free text search
17+
1218
"""
1319

1420

@@ -128,7 +134,7 @@ async def test_get_collection_by_id(self, api_client, collection_in_db):
128134
assert response_data["collections"][0]["id"] == collection_id
129135

130136
async def test_collection_freetext_search_by_title(
131-
self, api_client, valid_stac_collection, collection_in_db
137+
self, api_client, collection_in_db
132138
):
133139
"""
134140
Test free-text search for a collection using a word from its title.

stac_api/runtime/tests/test_transactions.py

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)