Skip to content

Commit

Permalink
Save status in test_full
Browse files Browse the repository at this point in the history
To allow working with test results in the GUI
  • Loading branch information
dweindl committed Feb 18, 2025
1 parent 7ad4214 commit a488a4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_full_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,16 @@ def test_full():
sess.results,
sess.comparison,
)

sess.status.fractionation_data = True
sess.status.tp_data = True
sess.status.marker_file = True
sess.status.marker_matched = True
sess.status.training = True
sess.status.proteome_prediction = True
sess.status.comparison_global = True
sess.status.comparison_class = True

# TODO test all generating all reports
# TODO add some checks
# check that we have results for all conditions
Expand Down

0 comments on commit a488a4c

Please sign in to comment.