From 4597fba6bac7d717169de0cb23c3e1abfe57a8dd Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 31 Oct 2021 21:16:23 +0100 Subject: [PATCH] Rename test directory to tests tests/*: The existing coverage configuration is setup to use/ omit a tests directory. --- {test => tests}/__init__.py | 0 {test => tests}/conftest.py | 0 {test => tests}/test_trust.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/__init__.py (100%) rename {test => tests}/conftest.py (100%) rename {test => tests}/test_trust.py (100%) diff --git a/test/__init__.py b/tests/__init__.py similarity index 100% rename from test/__init__.py rename to tests/__init__.py diff --git a/test/conftest.py b/tests/conftest.py similarity index 100% rename from test/conftest.py rename to tests/conftest.py diff --git a/test/test_trust.py b/tests/test_trust.py similarity index 100% rename from test/test_trust.py rename to tests/test_trust.py