Added & fixed some documentation

This commit is contained in:
2026-05-29 14:20:22 -04:00
parent 76bdd59eff
commit 476bcc6301
22 changed files with 289 additions and 2 deletions
+2
View File
@@ -23,6 +23,8 @@ from climbingboardgpt.tokenization import (
class CoreBehaviorTest(unittest.TestCase):
"""Smoke tests for token grammar, validity checks, and route matching."""
def test_to_grouped_v_clamps_and_maps_display_difficulty(self):
self.assertEqual(to_grouped_v(10), 0)
self.assertEqual(to_grouped_v(22), 6)