test failed

This commit is contained in:
berkay 2025-02-10 11:45:43 +03:00
parent e16c7fc177
commit 9cd12a5c3f
2 changed files with 12 additions and 19 deletions

View File

@ -5,13 +5,7 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="b5202e0c-6ddf-4a56-a13a-e18798c4c7cf" name="Changes" comment=""> <list default="true" id="b5202e0c-6ddf-4a56-a13a-e18798c4c7cf" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/Ztest/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Ztest/Dockerfile" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ApiLayers/AllConfigs/Redis/configs.py" beforeDir="false" afterPath="$PROJECT_DIR$/ApiLayers/AllConfigs/Redis/configs.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Events/AllEvents/events/account/bases.py" beforeDir="false" afterPath="$PROJECT_DIR$/Events/AllEvents/events/account/bases.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Events/AllEvents/events/account/cluster.py" beforeDir="false" afterPath="$PROJECT_DIR$/Events/AllEvents/events/account/cluster.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Events/AllEvents/events/account/info.py" beforeDir="false" afterPath="$PROJECT_DIR$/Events/AllEvents/events/account/info.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Events/AllEvents/validations/validation/function_handlers.py" beforeDir="false" afterPath="$PROJECT_DIR$/Events/AllEvents/validations/validation/function_handlers.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Events/Engine/abstract_class.py" beforeDir="false" afterPath="$PROJECT_DIR$/Events/Engine/abstract_class.py" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -36,16 +30,16 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent">{ <component name="PropertiesComponent"><![CDATA[{
&quot;keyToString&quot;: { "keyToString": {
&quot;Python.how_to.executor&quot;: &quot;Run&quot;, "Python.how_to.executor": "Run",
&quot;Python.identity.executor&quot;: &quot;Run&quot;, "Python.identity.executor": "Run",
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;, "RunOnceActivity.ShowReadmeOnStart": "true",
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;, "RunOnceActivity.git.unshallow": "true",
&quot;git-widget-placeholder&quot;: &quot;development&quot;, "git-widget-placeholder": "development",
&quot;last_opened_file_path&quot;: &quot;/home/berkay/git-try-from/django-starter-project&quot; "last_opened_file_path": "/home/berkay/git-gitea-evyos/wag-managment-api-service-latest"
} }
}</component> }]]></component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/Events/AllEvents/events/project_decision_book/project_decision_book_person" /> <recent name="$PROJECT_DIR$/Events/AllEvents/events/project_decision_book/project_decision_book_person" />

View File

@ -37,9 +37,8 @@ RUN poetry install --no-root --no-interaction --no-ansi
# Copy required directories # Copy required directories
COPY Ztest/ ./Ztest/ COPY Ztest/ ./Ztest/
COPY Services/ ./Services/ COPY Services/ ./Services/
COPY AllConfigs/ ./AllConfigs/ COPY ApiLayers/ ./ApiLayers/
COPY ApiLibrary/ ./ApiLibrary/ COPY Services/ ./Services/
COPY ErrorHandlers/ ./ErrorHandlers/
# Set entrypoint for running tests # Set entrypoint for running tests
ENTRYPOINT ["poetry", "run", "pytest"] ENTRYPOINT ["poetry", "run", "pytest"]