From 927dd84d419ec871c5c0d9389d6b027e4969ddb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Tue, 10 Oct 2023 16:57:07 +0200 Subject: [PATCH] [TEST] updating narps_open.data.description tests --- tests/data/test_description.py | 4 ++-- tests/test_data/data/description/test_markdown.md | 2 +- tests/test_data/data/description/test_str.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/data/test_description.py b/tests/data/test_description.py index c66e23b3..9c8d633c 100644 --- a/tests/data/test_description.py +++ b/tests/data/test_description.py @@ -55,7 +55,7 @@ def test_arguments_properties(): assert description['analysis.RT_modeling'] == 'duration' assert description['categorized_for_analysis.analysis_SW_with_version'] == 'SPM12' assert description['derived.func_fwhm'] == '8' - assert description['comments.excluded_from_narps_analysis'] == 'no' + assert description['comments.excluded_from_narps_analysis'] == 'No' # 4 - Check properties assert isinstance(description.general, dict) @@ -84,7 +84,7 @@ def test_arguments_properties(): assert description.analysis['RT_modeling'] == 'duration' assert description.categorized_for_analysis['analysis_SW_with_version'] == 'SPM12' assert description.derived['func_fwhm'] == '8' - assert description.comments['excluded_from_narps_analysis'] == 'no' + assert description.comments['excluded_from_narps_analysis'] == 'No' # 6 - Test another team description = TeamDescription('9Q6R') diff --git a/tests/test_data/data/description/test_markdown.md b/tests/test_data/data/description/test_markdown.md index 1749e7c1..c7b24ab9 100644 --- a/tests/test_data/data/description/test_markdown.md +++ b/tests/test_data/data/description/test_markdown.md @@ -97,7 +97,7 @@ Model EVs (2): eq_indiff, eq_range * `func_fwhm` : 5 * `con_fwhm` : ## Comments -* `excluded_from_narps_analysis` : no +* `excluded_from_narps_analysis` : No * `exclusion_comment` : N/A * `reproducibility` : * `reproducibility_comment` : diff --git a/tests/test_data/data/description/test_str.json b/tests/test_data/data/description/test_str.json index c2550fcd..ec8bc6cb 100644 --- a/tests/test_data/data/description/test_str.json +++ b/tests/test_data/data/description/test_str.json @@ -54,7 +54,7 @@ "derived.excluded_participants": "018, 030, 088, 100", "derived.func_fwhm": "5", "derived.con_fwhm": "", - "comments.excluded_from_narps_analysis": "no", + "comments.excluded_from_narps_analysis": "No", "comments.exclusion_comment": "N/A", "comments.reproducibility": "", "comments.reproducibility_comment": ""