1 # -*- coding: utf-8 -*-
3 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
4 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
6 from __future__ import unicode_literals
8 from librarian.parser import WLDocument
9 from librarian.html import transform_abstrakt
10 from nose.tools import *
11 from .utils import get_fixture
17 get_fixture('text', 'abstrakt.xml'),
18 parse_dublincore=False
19 ).edoc.getroot().find('.//abstrakt')