Skip to content

Commit

Permalink
added more infor to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmercadom committed Mar 23, 2020
1 parent 5f0902a commit 6914793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_ff_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@ def test_fetch_qc_metrics_logic(mocked_replicate_experiment):

def test_get_qc_metrics_logic(mocked_replicate_experiment, qc_metrics):
"""
End to end test on 'get_associated_qc_metrics' to check the logic of the fuction
End to end test on 'get_associated_qc_metrics' to check the logic of the fuction to make sure
it is getting the qc metrics.
"""
with mock.patch("dcicutils.ff_utils.get_metadata") as mock_get_metadata:
mock_get_metadata.return_value = mocked_replicate_experiment
Expand Down

0 comments on commit 6914793

Please sign in to comment.