MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / test_count_str

Function test_count_str

code/run_comp.py:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44
45def test_count_str():
46 dict_str = count_str("AAABBCCAC")
47 str_count_data = ""
48 for k, v in dict_str.items():
49 str_count_data += k + str(v)
50 print(str_count_data)
51
52# test_count_str()
53##################################################

Callers 1

run_comp.pyFile · 0.85

Calls 1

count_strFunction · 0.85

Tested by

no test coverage detected