15.1.1.6.1.8. cobra.test.test_solver_model

15.1.1.6.1.8.1. Module Contents

cobra.test.test_solver_model.solved_model(request, model)
cobra.test.test_solver_model.same_ex(ex1, ex2)

Compare to expressions for mathematical equality.

class cobra.test.test_solver_model.TestSolution
test_solution_contains_only_reaction_specific_values()
class cobra.test.test_solver_model.TestReaction
test_str(model)
test_add_metabolite(solved_model)
test_removal_from_model_retains_bounds(model)
test_set_bounds_scenario_1(model)
test_set_bounds_scenario_3(model)
test_set_bounds_scenario_4(model)
test_set_upper_before_lower_bound_to_0(model)
test_set_bounds_scenario_2(model)
test_change_bounds(model)
test_make_irreversible(model)
test_make_reversible(model)
test_make_irreversible_irreversible_to_the_other_side(model)
test_make_lhs_irreversible_reversible(model)
test_model_less_reaction(model)
test_knockout(model)
test_reaction_without_model()
test_weird_left_to_right_reaction_issue(tiny_toy_model)
test_one_left_to_right_reaction_set_positive_ub(tiny_toy_model)
test_irrev_reaction_set_negative_lb(model)
test_twist_irrev_right_to_left_reaction_to_left_to_right(model)
test_set_lb_higher_than_ub_sets_ub_to_new_lb(model)
test_set_ub_lower_than_lb_sets_lb_to_new_ub(model)
test_add_metabolites_combine_true(model)
test_add_metabolites_combine_false(model)
test_reaction_imul(model)
test_remove_from_model(model)
test_change_id_is_reflected_in_solver(model)
class cobra.test.test_solver_model.TestSolverBasedModel
test_objective_coefficient_reflects_changed_objective(model)
test_change_objective_through_objective_coefficient(model)
test_transfer_objective(model)
test_model_from_other_model(model)
test_add_reactions(model)
test_add_reactions_single_existing(model)
test_add_reactions_duplicate(model)
test_add_cobra_reaction(model)
test_all_objects_point_to_all_other_correct_objects(model)
test_objects_point_to_correct_other_after_copy(model)
test_remove_reactions(model)
test_objective(model)
test_change_objective(model)
test_set_reaction_objective(model)
test_set_reaction_objective_str(model)
test_invalid_objective_raises(model)
test_solver_change(model)
test_no_change_for_same_solver(model)
test_invalid_solver_change_raises(model)
test_change_solver_to_cplex_and_check_copy_works(model)
test_copy_preserves_existing_solution(solved_model)
class cobra.test.test_solver_model.TestMetabolite
test_set_id(solved_model)
test_remove_from_model(solved_model)