tests.sphinx.test_docstring

Module Contents

Classes

TestProviderMethodDocstring

class tests.sphinx.test_docstring.TestProviderMethodDocstring
test_what_is_not_method()
test_name_is_not_dotted_path_to_provider_method()
test_name_is_dotted_path_to_base_provider_method()
test_name_is_dotted_path_to_standard_provider_method()
test_name_is_dotted_path_to_localized_provider_method()
test_log_warning(mock_logger_warning)
test_stringify_results(faker)
test_parsing_empty_lines(mock_log_warning)
test_parsing_single_line_non_sample(mock_log_warning)
test_parsing_single_line_valid_sample(mock_log_warning)
test_parsing_multiple_lines(mock_log_warning)
test_end_to_end_sample_generation(mock_warning, faker)