diff options
author | mathieui <mathieui@mathieui.net> | 2017-10-07 22:04:34 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-10-07 22:04:34 +0200 |
commit | 3775e476b619b141ea9981a49d7ad8191ef36152 (patch) | |
tree | 8fdcf963414e736f398adaab137fb45476117261 /test | |
parent | 4b51ce97e9f4fb10529b0cdf8bfd2c946dc2ccba (diff) | |
download | poezio-3775e476b619b141ea9981a49d7ad8191ef36152.tar.gz poezio-3775e476b619b141ea9981a49d7ad8191ef36152.tar.bz2 poezio-3775e476b619b141ea9981a49d7ad8191ef36152.tar.xz poezio-3775e476b619b141ea9981a49d7ad8191ef36152.zip |
Fix tests
Diffstat (limited to 'test')
-rw-r--r-- | test/test_xhtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |