1 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 """Testing utilities."""
6 from os.path import abspath, dirname, join
10 f_path = join(dirname(abspath(__file__)), 'tests/files', path)
11 with open(f_path) as f: