From eba4231cdc57b9add3c5d56794ac0b38ed38833c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 9 Mar 2022 19:01:37 +0200 Subject: [PATCH] Move test --- tests/project/__init__.py | 13 +++++++++++++ .../{test_projectconf.py => project/test_config.py} | 0 2 files changed, 13 insertions(+) create mode 100644 tests/project/__init__.py rename tests/{test_projectconf.py => project/test_config.py} (100%) diff --git a/tests/project/__init__.py b/tests/project/__init__.py new file mode 100644 index 00000000..b0514903 --- /dev/null +++ b/tests/project/__init__.py @@ -0,0 +1,13 @@ +# Copyright (c) 2014-present PlatformIO +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/tests/test_projectconf.py b/tests/project/test_config.py similarity index 100% rename from tests/test_projectconf.py rename to tests/project/test_config.py