From 7912a3707442622303d97bd9084fc17e32b1a18d Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 9 May 2017 11:17:53 -0400 Subject: [PATCH] tests: Let FileCache tests be in their own file. These tests aren't likely to share much code with other loader tests. --- tests/{test_loaders.py => test_FileCache.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{test_loaders.py => test_FileCache.py} (100%) diff --git a/tests/test_loaders.py b/tests/test_FileCache.py similarity index 100% rename from tests/test_loaders.py rename to tests/test_FileCache.py