Skip to content

Commit

Permalink
docs: correct some test titles and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Sep 13, 2018
1 parent 794c5b3 commit da24c98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ History

Next Release
------------
* Fix test titles and descriptions.

0.8.5 (2018-08-20)
------------------
Expand Down
2 changes: 1 addition & 1 deletion memote/suite/tests/test_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_metabolite_id_namespace_consistency(read_only_model):
assert len(ann["data"]) == 0, ann["message"]


@annotate(title="Uniform Metabolite Identifier Namespace", format_type="count")
@annotate(title="Uniform Reaction Identifier Namespace", format_type="count")
def test_reaction_id_namespace_consistency(read_only_model):
"""
Expect reaction identifiers to be from the same namespace.
Expand Down
4 changes: 2 additions & 2 deletions memote/suite/tests/test_sbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def test_demand_specific_sbo_presence(read_only_model):
"""Expect all demand reactions to be annotated with SBO:0000627.
SBO:0000628 represents the term 'demand reaction'. The Systems Biology
Ontology defines an exchange reaction as follows: 'A modeling process
Ontology defines a demand reaction as follows: 'A modeling process
analogous to exchange reaction, but which operates upon "internal"
metabolites. Metabolites that are consumed by these reactions are assumed
to be used in intra-cellular processes that are not part of the model.
Expand Down Expand Up @@ -295,7 +295,7 @@ def test_sink_specific_sbo_presence(read_only_model):
"""Expect all sink reactions to be annotated with SBO:0000632.
SBO:0000632 represents the term 'sink reaction'. The Systems Biology
Ontology defines an exchange reaction as follows: 'A modeling process to
Ontology defines a sink reaction as follows: 'A modeling process to
provide matter influx or efflux to a model, for example to replenish a
metabolic network with raw materials (eg carbon / energy sources). Such
reactions are conceptual, created solely for modeling purposes, and do not
Expand Down

0 comments on commit da24c98

Please sign in to comment.