beacon.tests package

Submodules

beacon.tests.test_email_miner module

class beacon.tests.test_email_miner.TestEmailMiner(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_get_email_addresses_with_usernames()[source]
test_get_email_addresses_with_usernames_with_long_username()[source]
test_is_valid_email_domain()[source]

beacon.tests.test_name_utils module

class beacon.tests.test_name_utils.TestNameUtils(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_get_fl_username_variations()[source]

Are all of hte first and last name variations generated, including initials? :return:

test_get_fml_username_variations()[source]

Are all of the first, middle, and last name variations generated, including initials?

test_retrieve_nicknames_for_name_with_fake_name()[source]

Do we receive an empty list for a name without nicknames?

test_retrieve_nicknames_for_name_with_successful_name()[source]

Can retrieve nicknames for a name that we know has nicknames?

beacon.tests.test_person module

class beacon.tests.test_person.TestPersonMethods(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_has_middle_name()[source]

Test if a Person determines if it does or does not have a middle name correctly

beacon.tests.test_person_locator module

class beacon.tests.test_person_locator.TestPersonLocator(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_determine_probable_usernames_for_full_name()[source]

Are a subset of username combinations and a subset of name/symbol combinations generated?

test_enumerate_full_name_combinations_alternate_first_names()[source]

Are the simple combinations of first and last name containing alternate first names generated?

test_enumerate_full_name_combinations_first_last()[source]

Are simple combinations of first and last names generated?

test_enumerate_full_name_combinations_first_middle_initial_last()[source]

Are a sample of complex combinations of first, middle, middle initial, and last names generated?

test_enumerate_full_name_combinations_first_middle_last()[source]

Are a sampling of the complex combinations of first, middle, and last names generated?

beacon.tests.test_social_miner module

class beacon.tests.test_social_miner.TestEmailMiner(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Module contents