😏
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user