[PR #2] [CLOSED] Create integration tests for core features #4

Closed
opened 2025-12-29 05:18:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/perstarkse/minne/pull/2
Author: @perstarkse
Created: 8/6/2025
Status: Closed

Base: mainHead: cursor/create-integration-tests-for-core-features-aedc


📝 Commits (2)

  • f0682d0 Add comprehensive integration tests for Minne core features
  • 4d55e05 Add 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-tests package to provide comprehensive end-to-end testing for core application features, including database operations, user management, and API ingestion.


Open in Cursor Open in Web

🔄 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/perstarkse/minne/pull/2 **Author:** [@perstarkse](https://github.com/perstarkse) **Created:** 8/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cursor/create-integration-tests-for-core-features-aedc` --- ### 📝 Commits (2) - [`f0682d0`](https://github.com/perstarkse/minne/commit/f0682d0c65f7c9774f2c65948a3f2cb272d41a26) Add comprehensive integration tests for Minne core features - [`4d55e05`](https://github.com/perstarkse/minne/commit/4d55e054d5854eae83756d9bcd57e01f1880b31a) Add testing requirements and setup documentation ### 📊 Changes **7 files changed** (+896 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Introduces a new `integration-tests` package to provide comprehensive end-to-end testing for core application features, including database operations, user management, and API ingestion. --- <a href="https://cursor.com/background-agent?bcId=bc-06f3362b-7749-478a-9bc9-e9e52fda0b84"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"> <img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"> </picture> </a> <a href="https://cursor.com/agents?id=bc-06f3362b-7749-478a-9bc9-e9e52fda0b84"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"> <img alt="Open in Web" src="https://cursor.com/open-in-web.svg"> </picture> </a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 05:18:43 +01:00
adam closed this issue 2025-12-29 05:18:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/minne#4