modulemd.tests package

Submodules

modulemd.tests.test_basic module

class modulemd.tests.test_basic.TestBasic(methodName='runTest')[source]

Bases: unittest.case.TestCase

classmethod setUpClass()[source]
test_api()[source]
test_artifacts()[source]
test_buildopts_rpms()[source]
test_buildrequires()[source]
test_community()[source]
test_content_licenses()[source]
test_description()[source]
test_documentation()[source]
test_filter()[source]
test_mdversion()[source]
test_module_licenses()[source]
test_modules()[source]
test_name()[source]
test_profiles()[source]
test_requires()[source]
test_rpms()[source]
test_stream()[source]
test_summary()[source]
test_tracker()[source]
test_version()[source]
test_xmd()[source]

modulemd.tests.test_convenience module

class modulemd.tests.test_convenience.TestConvenience(methodName='runTest')[source]

Bases: unittest.case.TestCase

classmethod setUpClass()[source]
test_add_buildrequires()[source]
test_add_content_license()[source]
test_add_module_license()[source]
test_add_requires()[source]
test_api_add_rpm()[source]
test_api_clear_rpms()[source]
test_api_del_rpm()[source]
test_artifacts_add_rpm()[source]
test_artifacts_clear_rpms()[source]
test_artifacts_del_rpm()[source]
test_clear_buildrequires()[source]
test_clear_content_licenses()[source]
test_clear_module_licenses()[source]
test_clear_requires()[source]
test_components_add_module()[source]
test_components_add_rpm()[source]
test_components_all()[source]
test_components_clear_modules()[source]
test_components_clear_rpms()[source]
test_components_del_module()[source]
test_components_del_rpm()[source]
test_del_buildrequires()[source]
test_del_content_license()[source]
test_del_module_license()[source]
test_del_requires()[source]
test_filter_add_rpm()[source]
test_filter_clear_rpms()[source]
test_filter_del_rpm()[source]
test_profile_add_rpm()[source]
test_profile_clear_rpms()[source]
test_profile_del_rpm()[source]
test_update_buildrequires()[source]
test_update_requires()[source]

modulemd.tests.test_io module

class modulemd.tests.test_io.TestIO(methodName='runTest')[source]

Bases: unittest.case.TestCase

maxDiff = None
classmethod setUpClass()[source]
test_load_spec()[source]
test_reload()[source]
test_reload_all()[source]

modulemd.tests.test_validation module

class modulemd.tests.test_validation.TestValidation(methodName='runTest')[source]

Bases: unittest.case.TestCase

classmethod setUpClass()[source]
test_api_rpms_type()[source]
test_api_rpms_type_deep()[source]
test_api_type()[source]
test_artifacts_rpms_type()[source]
test_artifacts_rpms_type_deep()[source]
test_artifacts_type()[source]
test_buildopts_rpms_macros_type()[source]
test_buildopts_rpms_type()[source]
test_buildopts_type()[source]
test_buildrequires_type()[source]
test_buildrequires_type_deep()[source]
test_community_type()[source]
test_component_base_buildorder_type()[source]
test_component_base_name_type()[source]
test_component_base_rationale_type()[source]
test_component_module_buildorder_type()[source]
test_component_module_name_type()[source]
test_component_module_rationale_type()[source]
test_component_module_ref_type()[source]
test_component_module_repository_type()[source]
test_component_rpm_arches_type()[source]
test_component_rpm_arches_type_deep()[source]
test_component_rpm_buildorder_type()[source]
test_component_rpm_cache_type()[source]
test_component_rpm_multilib_type()[source]
test_component_rpm_multilib_type_deep()[source]
test_component_rpm_name_type()[source]
test_component_rpm_rationale_type()[source]
test_component_rpm_ref_type()[source]
test_component_rpm_repository_type()[source]
test_components_modules_type()[source]
test_components_modules_type_deep()[source]
test_components_rpms_type()[source]
test_components_rpms_type_deep()[source]
test_components_type()[source]
test_content_license_type()[source]
test_content_license_type_deep()[source]
test_description_type()[source]
test_documentation_type()[source]
test_filter_rpms_type()[source]
test_filter_rpms_type_deep()[source]
test_filter_type()[source]
test_mdversion_type()[source]
test_mdversion_value()[source]
test_module_license_type()[source]
test_module_license_type_deep()[source]
test_name_type()[source]
test_profile_description_type()[source]
test_profile_rpms_type()[source]
test_profile_rpms_type_deep()[source]
test_profiles_type()[source]
test_profiles_type_deep()[source]
test_requires_type()[source]
test_requires_type_deep()[source]
test_stream_type()[source]
test_summary_type()[source]
test_tracker_type()[source]
test_version_type()[source]
test_version_value()[source]
test_xmd_type()[source]

Module contents