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:
parent
737c62c6d9
commit
0a63cc7e7d
|
|
@ -5,7 +5,7 @@ import 'package:drift/drift.dart' show driftRuntimeOptions;
|
||||||
import 'package:path/path.dart' as p;
|
import 'package:path/path.dart' as p;
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
|
|
||||||
import 'test_support.dart';
|
import '../test_support.dart';
|
||||||
|
|
||||||
void registerIssueAssistantAppRunGitHubGosmeeTests() {
|
void registerIssueAssistantAppRunGitHubGosmeeTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -6,7 +6,7 @@ import 'package:drift/drift.dart' show driftRuntimeOptions;
|
||||||
import 'package:path/path.dart' as p;
|
import 'package:path/path.dart' as p;
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
|
|
||||||
import 'test_support.dart';
|
import '../test_support.dart';
|
||||||
|
|
||||||
void registerIssueAssistantAppRunGosmeeTests() {
|
void registerIssueAssistantAppRunGosmeeTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -7,7 +7,7 @@ import 'package:logging/logging.dart';
|
||||||
import 'package:path/path.dart' as p;
|
import 'package:path/path.dart' as p;
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
|
|
||||||
import 'test_support.dart';
|
import '../test_support.dart';
|
||||||
|
|
||||||
void registerIssueAssistantAppRunWebhookForwardTests() {
|
void registerIssueAssistantAppRunWebhookForwardTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
Loading…
Reference in New Issue