diff --git a/test/all_tests.dart b/test/all_tests.dart deleted file mode 100644 index 3b289eef..00000000 --- a/test/all_tests.dart +++ /dev/null @@ -1,14 +0,0 @@ -import 'package:test/test.dart'; -import 'controller.dart' as controller; -import 'di.dart' as di; -import 'hooked.dart' as hooked; -import 'routing.dart' as routing; -import 'services.dart' as services; - -main() { - group('controller', controller.main); - group('hooked', hooked.main); - group('di', di.main); - group('routing', routing.main); - group('services', services.main); -} \ No newline at end of file diff --git a/test/controller.dart b/test/controller_test.dart similarity index 100% rename from test/controller.dart rename to test/controller_test.dart diff --git a/test/hooked.dart b/test/hooked_test.dart similarity index 100% rename from test/hooked.dart rename to test/hooked_test.dart diff --git a/test/routing.dart b/test/routing_test.dart similarity index 100% rename from test/routing.dart rename to test/routing_test.dart diff --git a/test/services.dart b/test/services_test.dart similarity index 100% rename from test/services.dart rename to test/services_test.dart diff --git a/test/util.dart b/test/util_test.dart similarity index 100% rename from test/util.dart rename to test/util_test.dart