mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 22:25:52 +03:00
[PR #38] [MERGED] 7 create sqlalchemy connection for backend and 8 setup pytest for backend #250
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#250
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/EddieTheCubeHead/Stagnum/pull/38
Author: @EddieTheCubeHead
Created: 1/24/2024
Status: ✅ Merged
Merged: 1/25/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:7-create-sqlalchemy-connection-for-backend📝 Commits (6)
a9005cc7 add sqlalchemy connection basec7754c37 add pytest and tests for sqlalchemy connection and fastapi servercaf7de37 rename db connection file3eb50a77 update docs and add pythonpath to pytest.ini so tests can be run outside of PycharmIDEe4e3af27 line change at file end1c548737 specify test command running locations in server README📊 Changes
9 files changed (+113 additions, -2 deletions)
View changed files
📝
server/README.md(+17 -0)➕
server/pytest.ini(+5 -0)📝
server/requirements.txt(+2 -1)📝
server/src/api/routes.py(+1 -1)➕
server/src/database/__init__.py(+0 -0)➕
server/src/database/database_connection.py(+30 -0)➕
server/test/conftest.py(+15 -0)➕
server/test/framework_features.py(+37 -0)➕
server/test_requirements.txt(+6 -0)📄 Description
Combined the tickets as SQLAlchemy was dead code without tests.
Closing this also closes #8
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.