This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
kse-02/tests/test_longest_substring.py
2023-12-25 22:24:01 +01:00

9 lines
381 B
Python

from unittest import TestCase
from benchmark.longest_substring import longest_sorted_substr
class Test_longest_sorted_substr(TestCase):
# distances_true = {1: [38, 0, 29, 15, 0, 30, 0], 2: [0, 1, 1]}
# distances_false = {1: [0, 21, 0, 0, 35, 0, 61], 2: [1, 0, 0]}
def test_longest_sorted_substr_1(self):
assert longest_sorted_substr(s='nH\\?0R4p') == 'H\\'