tests.providers.test_misc

Module Contents

Classes

_FooBarProvider

TestMiscProvider

Test miscellaneous provider methods

Functions

_class_faker_with_foobar()

faker_with_foobar(request)

Attributes

PIL

xmltodict

tests.providers.test_misc.PIL
tests.providers.test_misc.xmltodict
tests.providers.test_misc._class_faker_with_foobar()
tests.providers.test_misc.faker_with_foobar(request)
class tests.providers.test_misc._FooBarProvider
foo_bar(param: str = None) str
test_integer(multi=1) int
test_float(multi=1) float
test_date_time() datetime.datetime
class tests.providers.test_misc.TestMiscProvider

Test miscellaneous provider methods

num_samples = 10
test_uuid4_str(faker, num_samples)
test_uuid4_int(faker, num_samples)
test_uuid4_uuid_object(faker, num_samples)
test_uuid4_seedability(faker, num_samples)
test_zip_invalid_file(faker)
test_zip_one_byte_undersized(faker, num_samples)
test_zip_exact_minimum_size(faker, num_samples)
test_zip_over_minimum_size(faker, num_samples)
test_zip_compression_py3(faker)
test_tar_invalid_file(faker)
test_tar_one_byte_undersized(faker, num_samples)
test_tar_exact_minimum_size(faker, num_samples)
test_tar_over_minimum_size(faker, num_samples)
test_tar_compression_py3(faker)
test_image(faker)
test_image_no_pillow(faker)
test_dsv_with_invalid_values(faker)
test_dsv_no_header(faker, num_samples)
test_dsv_with_valid_header(faker, num_samples)
test_dsv_with_row_ids(faker, num_samples)
test_dsv_data_columns(faker)
test_dsv_csvwriter_kwargs(faker)
test_xml(faker)
test_xml_no_xmltodict(faker)
test_csv_helper_method(faker)
test_tsv_helper_method(faker)
test_psv_helper_method(faker)
test_json_with_arguments(faker_with_foobar)
test_json_multiple_rows(faker_with_foobar)
test_json_passthrough_values(faker_with_foobar)
test_json_type_integrity_int(faker_with_foobar)
test_json_type_integrity_float(faker_with_foobar)
test_json_invalid_data_columns(faker_with_foobar)
test_json_list_format_invalid_arguments_type(faker_with_foobar)
test_json_list_format_nested_list_of_values(faker_with_foobar)
test_json_list_format_nested_list_of_objects(faker_with_foobar)
test_json_list_format_nested_objects(faker_with_foobar)
test_json_dict_format_nested_list_of_values(faker_with_foobar)
test_json_dict_format_nested_list_of_objects(faker_with_foobar)
test_json_dict_format_nested_objects(faker_with_foobar)
test_json_type_integrity_datetime_using_encoder(faker_with_foobar)
test_json_type_integrity_datetime_no_encoder(faker_with_foobar)
test_json_bytes(faker_with_foobar)
test_fixed_width_with_arguments(faker_with_foobar)
test_fixed_width_invalid_arguments_type(faker_with_foobar)
test_md5(faker)
test_sha1(faker)
test_sha256(faker)