Rename catalogue to documents.
[redakcja.git] / src / catalogue / test_utils.py
diff --git a/src/catalogue/test_utils.py b/src/catalogue/test_utils.py
deleted file mode 100644 (file)
index 7343d5c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
-#
-"""Testing utilities."""
-
-from os.path import abspath, dirname, join
-
-
-def get_fixture(path):
-    f_path = join(dirname(abspath(__file__)), 'tests/files', path)
-    with open(f_path) as f:
-        return f.read()