From a284d0b2ea1867f9fe7fbd985d8ff4b00c9afdc2 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 17 May 2019 13:49:24 +0100 Subject: [PATCH] Tweak test naming --- tests/client/__init__.py | 0 tests/client/{test_cookie_handling.py => test_cookies.py} | 0 tests/models/__init__.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/client/__init__.py rename tests/client/{test_cookie_handling.py => test_cookies.py} (100%) create mode 100644 tests/models/__init__.py diff --git a/tests/client/__init__.py b/tests/client/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/client/test_cookie_handling.py b/tests/client/test_cookies.py similarity index 100% rename from tests/client/test_cookie_handling.py rename to tests/client/test_cookies.py diff --git a/tests/models/__init__.py b/tests/models/__init__.py new file mode 100644 index 00000000..e69de29b -- 2.47.3