-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Updated import paths across multiple test files for better project structure organization. - **Tests** - Adjusted test cases to reflect updated import paths ensuring continued test reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
30 changed files
with
36 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
[tool.poetry] | ||
name = "bss-web-file-server" | ||
version = "0.1.0" | ||
description = "BSS file server API" | ||
authors = ["Bence Csik <[email protected]>"] | ||
readme = "README.md" | ||
packages = [{include = "bss_web_file_server", from = "src"}] | ||
package-mode = false | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.12" | ||
fastapi = {version="0.110.0", extras=["all"]} | ||
uvicorn = {version = "0.29.0", extras = ["standard"]} | ||
pillow = "10.2.0" | ||
pillow-avif-plugin = "1.4.3" | ||
# used for UploadFile | ||
python-multipart = "0.0.9" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
black = "24.3.0" | ||
pre-commit = "3.6.2" | ||
pylint = "3.1.0" | ||
black = "24.3.0" | ||
isort = "5.13.2" | ||
types-Pillow = "10.2.0.20240311" | ||
mypy = "1.9.0" | ||
|
||
[tool.poetry.group.test.dependencies] | ||
httpx = "^0.23.0" | ||
pytest = "^8.0.0" | ||
pytest-mock = "^3.10.0" | ||
pytest-cov = "^4.1.0" | ||
mypy = "1.9.0" | ||
|
||
[tool.isort] | ||
profile = "black" | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...bss_web_file_server/models/test_member.py → tests/models/test_member.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ss_web_file_server/routers/test_health.py → tests/routers/test_health.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion
2
...ss_web_file_server/services/test_image.py → tests/services/test_image.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
tests/bss_web_file_server/test_main.py → tests/test_main.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters