tests.family_tests module#
Tests for the family module.
- class tests.family_tests.TestFamily(*args, **kwargs)[source]#
Bases:
DisableSiteMixin
,TestCase
Test cases for Family methods.
- abstract_class = False#
- test_eq_family_with_string_repr_not_existing_family()[source]#
Test that Family and string with different name are not equal.
- test_eq_family_with_string_repr_same_family()[source]#
Test that Family and string with same name are equal.
- class tests.family_tests.TestFamilyUrlRegex(*args, **kwargs)[source]#
Bases:
DisableSiteMixin
,PatchingTestCase
Test family URL regex.
- abstract_class = False#