Closed ftnext closed 1 year ago
At v0.2.0, test codes have many duplication. The difference is builder.
% diff tests/sphinx_new_tab_link/test_build_html.py tests/sphinx_new_tab_link/test_build_dirhtml.py 33c33 < @pytest.mark.sphinx("html", testroot="default") --- > @pytest.mark.sphinx("dirhtml", testroot="default") 53c53 < @pytest.mark.sphinx("html", testroot="default") --- > @pytest.mark.sphinx("dirhtml", testroot="default")
At v0.2.0, test codes have many duplication. The difference is builder.