"""Tests for S3 path generation.""" from lib.utils.paths import build_period_slug def test_path_period_prefix(): """Test path prefix.""" assert build_period_slug(13, 'March 2020') == '13-march-2020'