[PR #44] [MERGED] Add tests #44

Closed
opened 2026-03-03 11:58:21 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: PLAT-1958


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-community-edition/pull/44 **Author:** [@paktusov](https://github.com/paktusov) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@paktusov](https://github.com/paktusov) **Base:** `main` ← **Head:** `PLAT-1958` --- ### 📝 Commits (2) - [`889899b`](https://github.com/finmars-platform/finmars-community-edition/commit/889899b55f781c701f6108360e5836af9bbd8675) Add tests - [`0e0c9a2`](https://github.com/finmars-platform/finmars-community-edition/commit/0e0c9a22325f335210a56a224f410be0be616beb) Fix CI ### 📊 Changes **22 files changed** (+409 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:58:21 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-community-edition#44
No description provided.