diff --git a/tests/test_util.py b/tests/test_util.py index 27e5eaf..5770a9f 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -30,4 +30,8 @@ def test_slugify(): ('_85QotzbzHY', '_85QotzbzHY'), ('dot.dot', 'dot.dot'), ]: - assert logya.util.slugify(value) == expected \ No newline at end of file + assert logya.util.slugify(value) == expected + + +def test_paths(): + assert site_paths.public.as_posix() == 'tests/fixtures/site/public' \ No newline at end of file