From 20f36a4bdc5e158c6de42a6c27485e5255b7f234 Mon Sep 17 00:00:00 2001 From: Kieran W <41634689+FredHappyface@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:26:23 +0000 Subject: [PATCH] can't seem to get tests working in gh atm --- tests/test_application.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test_application.py b/tests/test_application.py index 24d9c91..9e88464 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -28,12 +28,12 @@ def test_pandoc2plain() -> None: ) -# def test_pandoc2ansi_docx() -> None: -# _aux_test_func( -# pandoc_func=application.pandoc2ansi, -# doc=f"{THISDIR}/data/catpandoc.docx", -# compare_doc=f"{THISDIR}/data/catpandoc_docx.txt", -# ) +def test_pandoc2ansi_docx() -> None: + _aux_test_func( + pandoc_func=application.pandoc2ansi, + doc=f"{THISDIR}/data/catpandoc.docx", + compare_doc=f"{THISDIR}/data/catpandoc_docx.txt", + ) def test_pandoc2ansi_html() -> None: