Skip to content

Commit

Permalink
Frozen cells are not supported in plain markdown #101
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Oct 18, 2018
1 parent 8eb6f87 commit a0b29d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ def test_ipynb_to_Rmd(nb_file):
assert_conversion_same_as_mirror(nb_file, '.Rmd', 'ipynb_to_Rmd')


@pytest.mark.parametrize('nb_file', list_notebooks('ipynb', skip='66'))
@pytest.mark.parametrize('nb_file', list_notebooks('ipynb', skip='(66|frozen)'))
def test_ipynb_to_md(nb_file):
assert_conversion_same_as_mirror(nb_file, '.md', 'ipynb_to_md')

0 comments on commit a0b29d7

Please sign in to comment.