Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b46b72d
Update test_auto_scale_async.py
simorenoh Sep 13, 2023
2f7de81
parity
simorenoh Sep 13, 2023
9195608
update the way we use setup
simorenoh Sep 13, 2023
c1524d6
add the pytest mark for asyncio
simorenoh Sep 13, 2023
49602ac
remove connection policy
simorenoh Sep 13, 2023
1860a23
include aiohttp in dev_requirements for pipelines
simorenoh Sep 14, 2023
bbc63af
Update test_auto_scale_async.py
simorenoh Sep 14, 2023
cac28bf
facepalm moment
simorenoh Sep 14, 2023
c4366c7
replace database test
simorenoh Sep 14, 2023
651bb03
Update test_auto_scale.py
simorenoh Sep 14, 2023
22442f6
other async tests
simorenoh Sep 15, 2023
be71aec
fixes
simorenoh Sep 15, 2023
2314fef
small changes
simorenoh Sep 15, 2023
81b549c
more small fixes
simorenoh Sep 15, 2023
50a2753
more fixes
simorenoh Sep 15, 2023
62a28fa
changes
simorenoh Sep 15, 2023
153f9aa
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
7459fb1
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
0cc826e
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
fc74e36
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
6a7864e
Update sdk/cosmos/azure-cosmos/test/test_query_async.py
simorenoh Sep 15, 2023
b3a29b5
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
52abf37
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
edd5f1e
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
98f45da
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
c79dc70
Update sdk/cosmos/azure-cosmos/test/test_resource_id_async.py
simorenoh Sep 15, 2023
ec8dda1
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
24177b8
Update sdk/cosmos/azure-cosmos/test/test_query_async.py
simorenoh Sep 15, 2023
7685055
Update sdk/cosmos/azure-cosmos/test/test_query_async.py
simorenoh Sep 15, 2023
4abcfe3
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
144d5c3
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
d849fe4
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
519145b
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
d457f7d
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
19683af
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
simorenoh Sep 15, 2023
044787a
Update test_crud_async.py
simorenoh Sep 19, 2023
327c0bf
Update test_crud_async.py
simorenoh Sep 19, 2023
6aafb5f
tests changes
simorenoh Sep 19, 2023
6aaa878
Update test_crud_async.py
simorenoh Sep 19, 2023
19b9288
more test changes
simorenoh Sep 19, 2023
f900659
Update test_crud_async.py
simorenoh Sep 19, 2023
136df86
Merge branch 'main' into update-tests
simorenoh Sep 19, 2023
6bbca53
Update test_crud_async.py
simorenoh Sep 20, 2023
afe7bbf
Update test_query_async.py
simorenoh Sep 20, 2023
aee3750
Update test_query_async.py
simorenoh Sep 22, 2023
918becd
Update test_query_async.py
simorenoh Sep 22, 2023
f2d43c4
etag vs Etag difference in test - does this depend on OS?
simorenoh Sep 25, 2023
6668b7e
fixing wrong logic check
simorenoh Sep 25, 2023
e49ab68
Ubuntu2004_pypy39 returns etag as opposed to Etag
simorenoh Sep 26, 2023
7c4e8b4
more parenthesis
simorenoh Sep 26, 2023
d55b98c
Update test_query_async.py
simorenoh Sep 26, 2023
25f57b9
Update test_query_async.py
simorenoh Sep 26, 2023
4afa226
fixing tests dealing with weird/mock functionalities
simorenoh Sep 27, 2023
4c53f53
Update test_query_async.py
simorenoh Sep 27, 2023
bc91ffc
Update test_query_async.py
simorenoh Sep 28, 2023
c105c85
Update test_query_async.py
simorenoh Sep 29, 2023
7bfc165
Update test_query_async.py
simorenoh Sep 29, 2023
6fcd120
last small changes
simorenoh Oct 10, 2023
4d226aa
Update test_resource_id.py
simorenoh Oct 12, 2023
250da82
Update CHANGELOG.md
simorenoh Oct 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sdk/cosmos/azure-cosmos/test/test_crud_async.py
  • Loading branch information
simorenoh authored Sep 15, 2023
commit b3a29b5a851181ede52e49fcb3ab8ccf86470802
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/test/test_crud_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ async def test_partitioned_collection_conflict_crud_and_query_async(self):
async def test_document_crud_async(self):
await self._set_up()
# create collection
created_collection = await self.database_for_test.create_container(str(uuid.uuid4), PartitionKey(path="/id"))
created_collection = await self.database_for_test.create_container(str(uuid.uuid4()), PartitionKey(path="/id"))
# read documents
document_list = [document async for document in created_collection.read_all_items()]
# create a document
Expand Down