From d7d069acc306266914b4e314848a9086024fb897 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Mon, 1 Apr 2024 01:56:31 +0200 Subject: [PATCH] move tests file into own folder --- .gitignore | 1 + tests.py => tests/tests.py | 0 2 files changed, 1 insertion(+) rename tests.py => tests/tests.py (100%) diff --git a/.gitignore b/.gitignore index 16334c9..c55dece 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .idea .vscode .venv/ +__pycache__/ diff --git a/tests.py b/tests/tests.py similarity index 100% rename from tests.py rename to tests/tests.py