collerek/ormar

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
tests/test_fastapi/test_skip_reverse_models.py
A
100%
tests/test_fastapi/test_wekref_exclusion.py
A
100%
tests/test_inheritance/test_inheritance_concrete.py
A
100%
tests/test_inheritance/test_inheritance_mixins.py
A
100%
tests/test_meta_constraints/test_unique_constraints.py
A
100%
tests/test_model_definition/pks_and_fks/test_non_integer_pkey.py
A
100%
tests/test_model_definition/pks_and_fks/test_saving_string_pks.py
A
100%
tests/test_model_definition/pks_and_fks/test_uuid_fks.py
A
100%
tests/test_model_definition/test_aliases.py
A
100%
tests/test_model_definition/test_columns.py
A
100%
tests/test_model_definition/test_fields_access.py
A
100%
tests/test_model_definition/test_model_definition.py
A
100%
tests/test_model_definition/test_models.py
A
100%
tests/test_model_definition/test_properties.py
A
100%
tests/test_model_definition/test_pydantic_fields.py
A
100%
tests/test_model_definition/test_pydantic_only_fields.py
A
100%
tests/test_model_definition/test_pydantic_private_attributes.py
A
100%
tests/test_model_definition/test_save_status.py
A
100%
tests/test_model_definition/test_saving_nullable_fields.py
A
100%
tests/test_model_definition/test_server_default.py
A
100%
tests/test_model_methods/test_load_all.py
A
100%
tests/test_model_methods/test_save_related.py
A
100%
tests/test_model_methods/test_save_related_from_dict.py
A
100%
tests/test_model_methods/test_update.py
A
100%
tests/test_ordering/test_default_model_order.py
A
100%
tests/test_ordering/test_default_relation_order.py
A
100%
tests/test_ordering/test_default_through_relation_order.py
A
100%
tests/test_ordering/test_proper_order_of_sorting_apply.py
A
100%
tests/test_queries/test_aggr_functions.py
A
100%
tests/test_queries/test_deep_relations_select_all.py
A
100%
tests/test_queries/test_filter_groups.py
A
100%
tests/test_queries/test_isnull_filter.py
A
100%
tests/test_queries/test_nested_reverse_relations.py
A
100%
tests/test_queries/test_non_relation_fields_not_merged.py
A
100%
tests/test_queries/test_or_filters.py
A
100%
tests/test_queries/test_order_by.py
A
100%
tests/test_queries/test_pagination.py
A
100%
tests/test_queries/test_queryproxy_on_m2m_models.py
A
100%
tests/test_queries/test_queryset_level_methods.py
A
100%
tests/test_queries/test_reserved_sql_keywords_escaped.py
A
100%
tests/test_queries/test_reverse_fk_queryset.py
A
100%
tests/test_queries/test_selecting_subset_of_columns.py
A
100%
tests/test_relations/test_cascades.py
A
100%
tests/test_relations/test_customizing_through_model_relation_names.py
A
100%
tests/test_relations/test_database_fk_creation.py
A
100%
tests/test_relations/test_foreign_keys.py
A
100%
tests/test_relations/test_m2m_through_fields.py
A
100%
tests/test_relations/test_many_to_many.py
A
100%
tests/test_relations/test_prefetch_related.py
A
100%
tests/test_relations/test_prefetch_related_multiple_models_relation.py
A
100%