[PR #938] [MERGED] Rename API test suites #7129

Closed
opened 2026-04-20 17:33:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/938
Author: @kolaente
Created: 6/13/2025
Status: Merged
Merged: 6/13/2025
Merged by: @kolaente

Base: mainHead: codex/rename-unit-and-integration-tests


📝 Commits (2)

📊 Changes

30 files changed (+42 additions, -42 deletions)

View changed files

📝 .github/workflows/test.yml (+2 -2)
📝 .golangci.yml (+2 -2)
📝 AGENTS.md (+3 -3)
📝 magefile.go (+8 -8)
📝 pkg/db/test.go (+1 -1)
📝 pkg/models/setup_tests.go (+1 -1)
📝 pkg/models/tasks_test.go (+1 -1)
📝 pkg/modules/auth/auth.go (+1 -1)
📝 pkg/webtests/_test.go.tpl (+1 -1)
📝 pkg/webtests/api_tokens_test.go (+1 -1)
📝 pkg/webtests/archived_test.go (+2 -2)
📝 pkg/webtests/caldav_test.go (+1 -1)
📝 pkg/webtests/healthcheck_test.go (+1 -1)
📝 pkg/webtests/integrations.go (+1 -1)
📝 pkg/webtests/kanban_test.go (+1 -1)
📝 pkg/webtests/link_sharing_auth_test.go (+1 -1)
📝 pkg/webtests/link_sharing_test.go (+1 -1)
📝 pkg/webtests/login_test.go (+1 -1)
📝 pkg/webtests/project_test.go (+1 -1)
📝 pkg/webtests/register_test.go (+1 -1)

...and 10 more files

📄 Description

Summary

  • rename unit tests to feature tests and integration tests to web tests
  • fix magefile indentation
  • rename verbose env var to TESTS_VERBOSE
  • update golangci paths and rename setup_tests.go

Testing

  • mage fmt
  • mage lint:fix (failed: signal interrupt)
  • mage test:feature (failed: signal interrupt)

https://chatgpt.com/codex/tasks/task_e_684823e8a7b08322b883bd7a4344beaa


🔄 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/go-vikunja/vikunja/pull/938 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/rename-unit-and-integration-tests` --- ### 📝 Commits (2) - [`333bf44`](https://github.com/go-vikunja/vikunja/commit/333bf44a20f83b807075d72521cca42e0cf401d0) chore: fix test rename follow-ups - [`8ee6eb9`](https://github.com/go-vikunja/vikunja/commit/8ee6eb91fbe25aaa6a18fb26fd8249e7e1588d56) Update AGENTS.md ### 📊 Changes **30 files changed** (+42 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+2 -2) 📝 `.golangci.yml` (+2 -2) 📝 `AGENTS.md` (+3 -3) 📝 `magefile.go` (+8 -8) 📝 `pkg/db/test.go` (+1 -1) 📝 `pkg/models/setup_tests.go` (+1 -1) 📝 `pkg/models/tasks_test.go` (+1 -1) 📝 `pkg/modules/auth/auth.go` (+1 -1) 📝 `pkg/webtests/_test.go.tpl` (+1 -1) 📝 `pkg/webtests/api_tokens_test.go` (+1 -1) 📝 `pkg/webtests/archived_test.go` (+2 -2) 📝 `pkg/webtests/caldav_test.go` (+1 -1) 📝 `pkg/webtests/healthcheck_test.go` (+1 -1) 📝 `pkg/webtests/integrations.go` (+1 -1) 📝 `pkg/webtests/kanban_test.go` (+1 -1) 📝 `pkg/webtests/link_sharing_auth_test.go` (+1 -1) 📝 `pkg/webtests/link_sharing_test.go` (+1 -1) 📝 `pkg/webtests/login_test.go` (+1 -1) 📝 `pkg/webtests/project_test.go` (+1 -1) 📝 `pkg/webtests/register_test.go` (+1 -1) _...and 10 more files_ </details> ### 📄 Description ## Summary - rename `unit` tests to `feature` tests and `integration` tests to `web` tests - fix magefile indentation - rename verbose env var to `TESTS_VERBOSE` - update golangci paths and rename setup_tests.go ## Testing - `mage fmt` - `mage lint:fix` *(failed: signal interrupt)* - `mage test:feature` *(failed: signal interrupt)* ------ https://chatgpt.com/codex/tasks/task_e_684823e8a7b08322b883bd7a4344beaa --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 17:33:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#7129