mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-11 12:40:24 +01:00
[PR #2] [CLOSED] Create integration tests for core features #4
Reference in New Issue
Block a user
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/perstarkse/minne/pull/2
Author: @perstarkse
Created: 8/6/2025
Status: ❌ Closed
Base:
main← Head:cursor/create-integration-tests-for-core-features-aedc📝 Commits (2)
f0682d0Add comprehensive integration tests for Minne core features4d55e05Add testing requirements and setup documentation📊 Changes
7 files changed (+896 additions, -33 deletions)
View changed files
📝
Cargo.lock(+208 -32)📝
Cargo.toml(+7 -1)➕
integration-tests/Cargo.toml(+40 -0)➕
integration-tests/README.md(+153 -0)➕
integration-tests/TESTING_REQUIREMENTS.md(+111 -0)➕
integration-tests/tests/integration_tests.rs(+278 -0)➕
integration-tests/tests/test_utils.rs(+99 -0)📄 Description
Introduces a new
integration-testspackage to provide comprehensive end-to-end testing for core application features, including database operations, user management, and API ingestion.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.