kyu_8.well_of_ideas_easy_version package

Submodules

kyu_8.well_of_ideas_easy_version.test_well_of_ideas_easy_version module

class kyu_8.well_of_ideas_easy_version.test_well_of_ideas_easy_version.WellTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing well function

test_well_fail()[source]

If there are no good ideas, as is often the case, return ‘Fail!’. :return:

test_well_publish()[source]

If there are one or two good ideas, return ‘Publish!’, :return:

test_well_series()[source]

if there are more than 2 return ‘I smell a series!’. :return:

kyu_8.well_of_ideas_easy_version.well_of_ideas_easy_version module

kyu_8.well_of_ideas_easy_version.well_of_ideas_easy_version.well(x: List[str]) → str[source]

Module contents