From 47519adf8ef94ea77f2d28f031d82891f5397a06 Mon Sep 17 00:00:00 2001 From: rettinghaus Date: Sun, 8 Mar 2026 10:32:49 +0100 Subject: [PATCH] gather tests in tests directory --- edtf/tests.py => tests/test_edtf.py | 0 edtf/natlang/tests.py => tests/test_natlang.py | 0 edtf/parser/tests.py => tests/test_parser.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename edtf/tests.py => tests/test_edtf.py (100%) rename edtf/natlang/tests.py => tests/test_natlang.py (100%) rename edtf/parser/tests.py => tests/test_parser.py (100%) diff --git a/edtf/tests.py b/tests/test_edtf.py similarity index 100% rename from edtf/tests.py rename to tests/test_edtf.py diff --git a/edtf/natlang/tests.py b/tests/test_natlang.py similarity index 100% rename from edtf/natlang/tests.py rename to tests/test_natlang.py diff --git a/edtf/parser/tests.py b/tests/test_parser.py similarity index 100% rename from edtf/parser/tests.py rename to tests/test_parser.py