mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
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#378
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/313
Author: @EddieTheCubeHead
Created: 5/11/2024
Status: ✅ Merged
Merged: 5/11/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:118-cleanup-tests📝 Commits (10+)
5989618#118 typing for main conftest file5c4507b#118 typing for auth conftest fileb784919#118 typing for playback conftest file70786d2#118 typing for search conftest file0111ff8#118 type general feature files35ad683#118 typing for auth features7fee7b2#118 Cleaning up type declarations and test module structure WIPe658167#118 Finish typing pool features752d4de#118 Typing for search features1ba7ba2#118 Move search resource tests behind a shared parametrized fixture📊 Changes
37 files changed (+2176 additions, -1470 deletions)
View changed files
📝
client/app/page.tsx(+4 -4)📝
server/src/api/application.py(+0 -4)📝
server/src/api/search/dependencies.py(+4 -4)📝
server/src/api/search/models.py(+1 -1)📝
server/src/database/entities.py(+6 -5)📝
server/test/auth_features/auth_login_callback_features.py(+101 -94)📝
server/test/auth_features/auth_login_features.py(+29 -17)📝
server/test/auth_features/cleanup_state_strings_features.py(+22 -16)📝
server/test/auth_features/conftest.py(+87 -21)📝
server/test/conftest.py(+198 -116)📝
server/test/framework_features.py(+13 -12)📝
server/test/healthcheck_features.py(+9 -6)➕
server/test/helpers/__init__.py(+0 -0)➕
server/test/helpers/classes.py(+100 -0)📝
server/test/pool_features/add_content_features.py(+48 -49)📝
server/test/pool_features/conftest.py(+150 -96)📝
server/test/pool_features/create_pool_features.py(+123 -192)📝
server/test/pool_features/delete_content_features.py(+40 -32)📝
server/test/pool_features/delete_leave_pool_features.py(+38 -32)📝
server/test/pool_features/get_pool_features.py(+30 -36)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.