Skip to content

Commit b016544

Browse files
committed
fixup! Create new test suite based on test data
1 parent 56ee2c9 commit b016544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pelican/plugins/tailwindcss/test_tailwindcss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def test_generate_tailwind_css(tmp_path_factory):
2929
input_file_path = datadir / "input.css"
3030
twconfig_file_path = datadir / "tailwind.config.js"
3131

32+
assert datadir.is_dir()
3233
assert twconfig_file_path.exists()
3334

3435
build_tailwind_css(prefix, input_file_path, output_file_path, twconfig_file_path)

0 commit comments

Comments
 (0)