From 21b18054bacb7d92ccda5b6aac4ce70cb5c7934b Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Thu, 8 Dec 2022 17:43:11 -0500 Subject: [PATCH] chore(package): clean unimplemented tests --- .../test/wyatt_architecture_test.dart | 17 ----------------- .../test/wyatt_crud_bloc_test.dart | 0 .../test/wyatt_wyatt_ui_components_test.dart | 17 ----------------- 3 files changed, 34 deletions(-) delete mode 100644 packages/wyatt_architecture/test/wyatt_architecture_test.dart delete mode 100644 packages/wyatt_crud_bloc/test/wyatt_crud_bloc_test.dart delete mode 100644 packages/wyatt_ui_components/test/wyatt_wyatt_ui_components_test.dart diff --git a/packages/wyatt_architecture/test/wyatt_architecture_test.dart b/packages/wyatt_architecture/test/wyatt_architecture_test.dart deleted file mode 100644 index dc7ea003..00000000 --- a/packages/wyatt_architecture/test/wyatt_architecture_test.dart +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) 2022 WYATT GROUP -// Please see the AUTHORS file for details. -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . - -// Nothing to test as there is no logic in this package. diff --git a/packages/wyatt_crud_bloc/test/wyatt_crud_bloc_test.dart b/packages/wyatt_crud_bloc/test/wyatt_crud_bloc_test.dart deleted file mode 100644 index e69de29b..00000000 diff --git a/packages/wyatt_ui_components/test/wyatt_wyatt_ui_components_test.dart b/packages/wyatt_ui_components/test/wyatt_wyatt_ui_components_test.dart deleted file mode 100644 index 1a98696c..00000000 --- a/packages/wyatt_ui_components/test/wyatt_wyatt_ui_components_test.dart +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (C) 2022 WYATT GROUP -// Please see the AUTHORS file for details. -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . - -// TODO(wyatt): Add some tests \ No newline at end of file