Skip to content

Commit 2b406a0

Browse files
committed
fix: fix test error
1 parent f185145 commit 2b406a0

6 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[tool.isort]
3737
profile = "black"
38-
line_length = 88 # тот же, что в black
38+
line_length = 88
3939
multi_line_output = 3
4040
include_trailing_comma = true
4141

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
22
pythonpath = src
3-
testpaths = src/tests
3+
testpaths = tests
44
asyncio_mode = auto

src/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
if __name__ == "__main__":
66
uvicorn.run(
77
"app:create_app",
8-
app_dir="src",
98
host=settings.SERVER_HOST,
109
port=settings.SERVER_PORT,
1110
reload=settings.RELOAD,
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)