From 8e74280e84fd959d7ef9eaaba611c52ce9b57518 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Thu, 21 Apr 2022 15:19:54 +0100 Subject: [PATCH] Remove test file to match file under test This makes it easier to see at a glance that this file is testing the endpoints vs. lower level code. --- tests/app/billing/__init__.py | 0 tests/app/billing/{test_billing.py => test_rest.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/app/billing/__init__.py rename tests/app/billing/{test_billing.py => test_rest.py} (100%) diff --git a/tests/app/billing/__init__.py b/tests/app/billing/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/app/billing/test_billing.py b/tests/app/billing/test_rest.py similarity index 100% rename from tests/app/billing/test_billing.py rename to tests/app/billing/test_rest.py