Skip to content

Commit

Permalink
Activate the round trip tests on the org:pandoc format
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed May 13, 2020
1 parent 086178b commit 93f6478
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ def test_ipynb_to_pandoc(nb_file, no_jupytext_version_number):
assert_conversion_same_as_mirror(nb_file, "md:pandoc", "ipynb_to_pandoc")


@requires_pandoc
@pytest.mark.parametrize(
"nb_file",
list_notebooks("ipynb", skip="(functional|Notebook with|flavors|invalid|305)"),
)
def test_ipynb_to_org_pandoc(nb_file, no_jupytext_version_number):
assert_conversion_same_as_mirror(nb_file, "org", "ipynb_to_org_pandoc")


@requires_myst
@pytest.mark.parametrize(
"nb_file",
Expand Down

0 comments on commit 93f6478

Please sign in to comment.