faker_file.tests package

Submodules

faker_file.tests.test_django_integration module

class faker_file.tests.test_django_integration.DjangoIntegrationTestCase(methodName='runTest')[source]

Bases: TestCase

Django integration test case.

FAKER: Faker
test_file

faker_file.tests.test_providers module

class faker_file.tests.test_providers.ProvidersTestCase(methodName='runTest')[source]

Bases: TestCase

Providers test case.

FAKER: Faker
setUp(*args, **kwargs)[source]

Hook method for setting up the test fixture before exercising it.

test_broken_imports
test_faker
test_standalone_providers
test_standalone_providers_allow_failures
test_standalone_zip_file
test_standalone_zip_file_allow_failures

faker_file.tests.test_storages module

class faker_file.tests.test_storages.TestStoragesTestCase(methodName='runTest')[source]

Bases: TestCase

Test storages.

test_base_storage_exceptions
test_cloud_storage_exceptions
test_file_system_storage_abspath()[source]

Test FileSystemStorage abspath.

test_pathy_file_system_storage_abspath()[source]

Test PathyFileSystemStorage abspath.

test_storage
test_storage_generate_filename_exceptions
test_storage_initialization_exceptions

Module contents