X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/f8e5f031c04122d65d1066077be3920ae95518ae..e82ceed3d3d72dc75697449285a67e0a42a9cc56:/tests/test_html.py diff --git a/tests/test_html.py b/tests/test_html.py index 86fcfac..8d3aede 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -1,9 +1,12 @@ # -*- coding: utf-8 -*- +# +# This file is part of Librarian, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# from librarian import html, NoDublinCore from nose.tools import * from utils import get_fixture, remove_output_file - def teardown_transform(): remove_output_file('text', 'asnyk_miedzy_nami.html')