refactor: group issue event source tests into a subfolder for #19

Keep the transport-specific run tests alongside each other under test/issue_assistant_app_run to match the source layout and reduce top-level clutter.
This commit is contained in:
insleker 2026-04-08 20:37:29 +08:00
parent 737c62c6d9
commit 0a63cc7e7d
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import 'package:drift/drift.dart' show driftRuntimeOptions;
import 'package:path/path.dart' as p;
import 'package:test/test.dart';
import 'test_support.dart';
import '../test_support.dart';
void registerIssueAssistantAppRunGitHubGosmeeTests() {
/// ```gherkin

View File

@ -6,7 +6,7 @@ import 'package:drift/drift.dart' show driftRuntimeOptions;
import 'package:path/path.dart' as p;
import 'package:test/test.dart';
import 'test_support.dart';
import '../test_support.dart';
void registerIssueAssistantAppRunGosmeeTests() {
/// ```gherkin

View File

@ -7,7 +7,7 @@ import 'package:logging/logging.dart';
import 'package:path/path.dart' as p;
import 'package:test/test.dart';
import 'test_support.dart';
import '../test_support.dart';
void registerIssueAssistantAppRunWebhookForwardTests() {
/// ```gherkin