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)