Skip to content

Commit

Permalink
updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyscience committed Jun 21, 2024
1 parent e732d23 commit 7ebb3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_analysis/test_bond_angles_dihedrals.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,13 @@ def test_run_fail_compute_angles(patched_load_single_traj, compute_angles_tool):
# Similar tests for other classes (ComputeChi1, ComputeChi2, etc.)


@patch("matplotlib.pyplot.savefig")
@patch("mdtraj.compute_phi")
@patch("mdtraj.compute_psi")
def test_run_success_ramachandran_plot(
mock_savefig,
mock_compute_psi,
mock_compute_phi,
mock_savefig,
patched_load_single_traj,
ramachandran_plot_tool,
):
Expand Down

0 comments on commit 7ebb3a4

Please sign in to comment.