forked from bkinnightskytw/code_work_spawner
chore: adjust test files layout
This commit is contained in:
parent
b121a2544b
commit
2d5900b118
|
|
@ -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 registerIssueAssistantAppRunOnceConcurrencyTests() {
|
||||
/// ```gherkin
|
||||
|
|
@ -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 registerIssueAssistantAppRunOnceCoreTests() {
|
||||
/// ```gherkin
|
||||
|
|
@ -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 registerIssueAssistantAppRunOnceMultiProjectTests() {
|
||||
/// ```gherkin
|
||||
|
|
@ -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 registerIssueAssistantAppRunRetryTests() {
|
||||
/// ```gherkin
|
||||
|
|
@ -7,7 +7,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 registerIssueAssistantAppRunOnceNotificationTests() {
|
||||
/// ```gherkin
|
||||
|
|
@ -4,7 +4,7 @@ import 'package:code_work_spawner/code_work_spawner.dart';
|
|||
import 'package:path/path.dart' as p;
|
||||
import 'package:test/test.dart';
|
||||
|
||||
import 'test_support.dart';
|
||||
import '../test_support.dart';
|
||||
|
||||
void main() {
|
||||
/// ```gherkin
|
||||
|
|
@ -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 registerIssueAssistantAppRunOnceWorktreeTests() {
|
||||
/// ```gherkin
|
||||
Loading…
Reference in New Issue