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:path/path.dart' as p;
|
||||||
import 'package:test/test.dart';
|
import 'package:test/test.dart';
|
||||||
|
|
||||||
import 'test_support.dart';
|
import '../test_support.dart';
|
||||||
|
|
||||||
void registerIssueAssistantAppRunOnceConcurrencyTests() {
|
void registerIssueAssistantAppRunOnceConcurrencyTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -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 registerIssueAssistantAppRunOnceCoreTests() {
|
void registerIssueAssistantAppRunOnceCoreTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -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 registerIssueAssistantAppRunOnceMultiProjectTests() {
|
void registerIssueAssistantAppRunOnceMultiProjectTests() {
|
||||||
/// ```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 registerIssueAssistantAppRunRetryTests() {
|
void registerIssueAssistantAppRunRetryTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -7,7 +7,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 registerIssueAssistantAppRunOnceNotificationTests() {
|
void registerIssueAssistantAppRunOnceNotificationTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -4,7 +4,7 @@ import 'package:code_work_spawner/code_work_spawner.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 main() {
|
void main() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
|
|
@ -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 registerIssueAssistantAppRunOnceWorktreeTests() {
|
void registerIssueAssistantAppRunOnceWorktreeTests() {
|
||||||
/// ```gherkin
|
/// ```gherkin
|
||||||
Loading…
Reference in New Issue