Skip to content

Commit

Permalink
Modifica system_testing, test case 22
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylm00 committed Nov 4, 2024
1 parent 803e081 commit 6dd696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dataset2/tests/System/TestSystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ def test_case_22(self, manage_environment):
assert 'File saved successfully' in analysis_success_text
assert os.path.exists(os.path.join(test_path, self.TEST_ANALYSIS_NAME))
expected_files = {'asa.log', 'repo_mining.log', 'software_metrics.log',
'mining_results_sm_final.csv', 'csv_ASA_final.csv', 'Union_TM_ASA.csv', 'Union_SM_ASA.csv'}
'mining_results_sm_final.csv', 'csv_ASA_final.csv', 'Union_SM_ASA.csv'}
assert set(analysis_zip.namelist()) == expected_files

assert exist_prediction_success_dialog
Expand Down

0 comments on commit 6dd696b

Please sign in to comment.