From 16389384634cb0d1678971e51089f7d1f0a7c352 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 26 Mar 2022 23:30:32 +0100 Subject: [PATCH] Move `test_output.py` into `examples/` folder --- .github/workflows/typing.yaml | 2 +- test_output.py => examples/test_output.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test_output.py => examples/test_output.py (100%) diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index b584765..7821723 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -49,4 +49,4 @@ jobs: - name: 🏗 Install dependencies run: poetry install --no-interaction - name: 🚀 Run mypy - run: poetry run mypy omnikinverter tests test_output.py + run: poetry run mypy omnikinverter tests examples diff --git a/test_output.py b/examples/test_output.py similarity index 100% rename from test_output.py rename to examples/test_output.py