From 3775e476b619b141ea9981a49d7ad8191ef36152 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 7 Oct 2017 22:04:34 +0200 Subject: Fix tests --- test/test_xhtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_xhtml.py b/test/test_xhtml.py index ad72513a..d81505da 100644 --- a/test/test_xhtml.py +++ b/test/test_xhtml.py @@ -6,7 +6,7 @@ import pytest import xml from poezio.xhtml import (poezio_colors_to_html, xhtml_to_poezio_colors, - parse_css, clean_text) + _parse_css as parse_css, clean_text) def test_clean_text(): example_string = '\x191}Toto \x192,-1}titi\x19b Tata' -- cgit v1.2.3