X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b6ec0976a383cc1823f4a199bc3e6dc40880b049..3f24ff6b4246a5206555952f6e6c53f6ed5231d8:/tests/test_epub.py diff --git a/tests/test_epub.py b/tests/test_epub.py deleted file mode 100644 index 9fc5637..0000000 --- a/tests/test_epub.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- 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 DirDocProvider -from librarian.parser import WLDocument -from nose.tools import * -from utils import get_fixture - - -def test_transform(): - WLDocument.from_file( - get_fixture('text', 'asnyk_zbior.xml'), - provider=DirDocProvider(get_fixture('text', '')) - ).as_epub(flags=['without_fonts'])