Files

9 lines
212 B
Python
Raw Permalink Normal View History

2026-08-24 08:11:59 -07:00
import unittest
from labels import slug_label
class HoldoutLabelTests(unittest.TestCase):
def test_long_mixed_separator_run(self):
self.assertEqual(slug_label("___Alpha _ Beta___"), "alpha-beta")