File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -307,23 +307,17 @@ def test_material_theme_no_locale(tmp_path):
307307
308308def test_type_timeago (tmp_path ):
309309 # type: 'timeago'
310- testproject_path = validate_mkdocs_file (
311- tmp_path , "tests/basic_setup/mkdocs_timeago.yml"
312- )
310+ validate_mkdocs_file (tmp_path , "tests/basic_setup/mkdocs_timeago.yml" )
313311
314312
315313def test_type_datetime (tmp_path ):
316314 # type: 'datetime'
317- testproject_path = validate_mkdocs_file (
318- tmp_path , "tests/basic_setup/mkdocs_datetime.yml"
319- )
315+ validate_mkdocs_file (tmp_path , "tests/basic_setup/mkdocs_datetime.yml" )
320316
321317
322318def test_type_unknown (tmp_path ):
323319 with pytest .raises (AssertionError ):
324- testproject_path = validate_mkdocs_file (
325- tmp_path , "tests/basic_setup/mkdocs_unknown_type.yml"
326- )
320+ validate_mkdocs_file (tmp_path , "tests/basic_setup/mkdocs_unknown_type.yml" )
327321
328322
329323def test_low_fetch_depth (tmp_path , caplog ):
You can’t perform that action at this time.
0 commit comments