mirror of
https://github.com/finmars-platform/finmars-community-edition.git
synced 2026-04-25 14:05:55 +03:00
[PR #44] [MERGED] Add tests #44
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-community-edition#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-community-edition/pull/44
Author: @paktusov
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @paktusov
Base:
main← Head:PLAT-1958📝 Commits (2)
889899bAdd tests0e0c9a2Fix CI📊 Changes
22 files changed (+409 additions, -62 deletions)
View changed files
📝
.github/workflows/main.yml(+18 -0)📝
Makefile(+4 -1)📝
community_edition/main.py(+0 -1)📝
community_edition/routers/authentication.py(+2 -2)📝
community_edition/routers/configurate.py(+31 -40)📝
community_edition/services/authentication.py(+2 -2)📝
community_edition/services/backup.py(+3 -5)📝
community_edition/services/container.py(+2 -2)📝
community_edition/services/env.py(+4 -4)📝
community_edition/services/setup.py(+2 -3)📝
community_edition/services/versions.py(+2 -2)➕
pyproject.toml(+38 -0)📝
requirements.txt(+8 -0)➕
tests/__init__.py(+0 -0)➕
tests/community_edition/__init__.py(+0 -0)➕
tests/community_edition/routers/__init__.py(+0 -0)➕
tests/community_edition/routers/test_authentication.py(+46 -0)➕
tests/community_edition/routers/test_configurate.py(+122 -0)➕
tests/community_edition/services/__init__.py(+0 -0)➕
tests/community_edition/services/test_authentication.py(+44 -0)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.