17.34. test_boundary_types

Test functionalities of boundary type detection functions.

17.34.1. Module Contents

17.34.1.1. Functions

test_find_external_compartment_single(model: Model) → None

Test external compartment identification.

test_find_external_compartment_multi(model: Model) → None

Test multiple external compartment identification.

test_no_names_or_boundary_reactions(empty_model: Model) → None

Test absence of name or boundary reactions.

test_find_boundary_types_exchange(model: Model) → None

Test boundary type identification for exchanges.

test_find_boundary_types_demand(model: Model) → None

Test boundary type identification for demands.

test_find_boundary_types_sink(model: Model) → None

Test boundary type identification for sinks.

test_no_boundary_reactions(empty_model: Model) → None

Test proper identification of no boundary reactions.

test_is_boundary_type(model: Model) → None

Test correct identification of boundary types for reactions.

test_bad_exchange(model: Model) → None

Test bad exchange reaction identification.

test_boundary_types.test_find_external_compartment_single(model: Model) → None[source]

Test external compartment identification.

test_boundary_types.test_find_external_compartment_multi(model: Model) → None[source]

Test multiple external compartment identification.

test_boundary_types.test_no_names_or_boundary_reactions(empty_model: Model) → None[source]

Test absence of name or boundary reactions.

test_boundary_types.test_find_boundary_types_exchange(model: Model) → None[source]

Test boundary type identification for exchanges.

test_boundary_types.test_find_boundary_types_demand(model: Model) → None[source]

Test boundary type identification for demands.

test_boundary_types.test_find_boundary_types_sink(model: Model) → None[source]

Test boundary type identification for sinks.

test_boundary_types.test_no_boundary_reactions(empty_model: Model) → None[source]

Test proper identification of no boundary reactions.

test_boundary_types.test_is_boundary_type(model: Model) → None[source]

Test correct identification of boundary types for reactions.

test_boundary_types.test_bad_exchange(model: Model) → None[source]

Test bad exchange reaction identification.