This commit is contained in:
2026-08-24 08:11:59 -07:00
commit 53df0eed10
275 changed files with 133056 additions and 0 deletions
@@ -0,0 +1 @@
{"required_terms":["unique","durable","crash","external","local"]}
@@ -0,0 +1 @@
{"expected_path":"LIMITS.toml","expected_value":"128"}
@@ -0,0 +1,8 @@
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")