From 8eca1da3caabc499cd3b71959c0ad2fc8213a123 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Sat, 9 Aug 2025 16:57:53 +0200 Subject: [PATCH] Updated .idea for Sheerka. Updated requirements for Arpeggio --- .idea/.gitignore | 3 +++ .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ requirements.txt | 1 + tests/test_workflow_engine_integration.py | 2 +- 7 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..4069cea --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..cab4603 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 91d6417..b9b5316 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ annotated-types==0.7.0 anyio==4.6.0 apsw==3.50.2.0 apswutils==0.1.0 +Arpeggio==2.0.2 beautifulsoup4==4.12.3 certifi==2024.8.30 charset-normalizer==3.4.2 diff --git a/tests/test_workflow_engine_integration.py b/tests/test_workflow_engine_integration.py index 9598655..e0061c3 100644 --- a/tests/test_workflow_engine_integration.py +++ b/tests/test_workflow_engine_integration.py @@ -53,7 +53,7 @@ def get_jira_patch(jp: JiraDataProducer): }) ] else: - raise ValueError("Unsupported request type") + raise ValueError("Hello Kodjo. Unsupported request type !") return patch(JIRA_IMPORT_PATH, return_value=mock_jira_instance)