Skip to content

Commit

Permalink
blackifying tests
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jul 19, 2020
1 parent 938be79 commit 3552cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/sites/base/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
html_sourcelink_suffix = ""

# Base options, we can add other key/vals later
html_theme_options = {
}
html_theme_options = {}
4 changes: 3 additions & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def test_build_book(file_regression, sphinx_build):

# Sidebar subpage
sidebar = subpage_html.select(".bd-sidebar")[0]
file_regression.check(sidebar.prettify(), basename="sidebar_subpage", extension=".html")
file_regression.check(
sidebar.prettify(), basename="sidebar_subpage", extension=".html"
)

sphinx_build.clean()

0 comments on commit 3552cfc

Please sign in to comment.