Skip to content

Commit fa14626

Browse files
authored
[Cosmos] Rename test directory (#40030)
For better compatibility with CI tooling and consistency with other Azure SDK packages, let's rename `test` to `tests`. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 42e0a23 commit fa14626

File tree

92 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ include *.md
22
include LICENSE
33
include azure/__init__.py
44
recursive-include samples *.py *.md
5-
recursive-include test *.py
5+
recursive-include tests *.py
66
include azure/cosmos/py.typed
77
recursive-include doc *.rst

sdk/cosmos/azure-cosmos/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
changelog = f.read()
3535

3636
exclude_packages = [
37-
"test",
37+
"tests",
3838
"samples",
3939
# Exclude packages that will be covered by PEP420 or nspkg
4040
"azure",

0 commit comments

Comments
 (0)