beacon.tests package¶
Submodules¶
beacon.tests.test_email_miner module¶
beacon.tests.test_name_utils module¶
-
class
beacon.tests.test_name_utils.
TestNameUtils
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
-
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?
-
beacon.tests.test_person module¶
beacon.tests.test_person_locator module¶
-
class
beacon.tests.test_person_locator.
TestPersonLocator
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
-
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?
-
beacon.tests.test_social_miner module¶
Bases:
unittest.case.TestCase