namebot.tests.test_scoring module

class namebot.tests.test_scoring.ScoringLengthTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_score_length1()
test_score_length2()
test_score_length3()
test_score_length4()
test_score_length5()
test_score_length_empty()
test_score_length_none()
class namebot.tests.test_scoring.ScoringOverallTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_score_overall_empty()
test_score_overall_high()
test_score_overall_low()
test_score_overall_mid()
test_score_overall_none()
test_scores_overall()
class namebot.tests.test_scoring.ScoringPronounceabilityTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_score_pronounce1()
test_score_pronounce2()
test_score_pronounce3()
test_score_pronounce4()
test_score_pronounce5()
test_score_pronounce_empty()
test_score_pronounce_no_vowels()
test_score_pronounce_none()
class namebot.tests.test_scoring.ScoringSimplicityTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_score_simple1()
test_score_simple2()
test_score_simple3()
test_score_simple4()
test_score_simple5()
test_score_simple_empty()
test_score_simple_none()
class namebot.tests.test_scoring.ScoringTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

classmethod setUpClass()
test_generate_all_scoring_basic()
test_score_dmetaphone_basic()
test_score_nysiis_basic()
test_score_soundex_basic()