From 9cd12a5c3fa76e4a5b55708e5dc4289c808b3771 Mon Sep 17 00:00:00 2001 From: berkay Date: Mon, 10 Feb 2025 11:45:43 +0300 Subject: [PATCH] test failed --- .idea/workspace.xml | 26 ++++++++++---------------- Ztest/Dockerfile | 5 ++--- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b77c37f..6bf1add 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,13 +5,7 @@ - - - - - - - + - { - "keyToString": { - "Python.how_to.executor": "Run", - "Python.identity.executor": "Run", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.git.unshallow": "true", - "git-widget-placeholder": "development", - "last_opened_file_path": "/home/berkay/git-try-from/django-starter-project" + +}]]> diff --git a/Ztest/Dockerfile b/Ztest/Dockerfile index 470e2b2..1c5a78a 100644 --- a/Ztest/Dockerfile +++ b/Ztest/Dockerfile @@ -37,9 +37,8 @@ RUN poetry install --no-root --no-interaction --no-ansi # Copy required directories COPY Ztest/ ./Ztest/ COPY Services/ ./Services/ -COPY AllConfigs/ ./AllConfigs/ -COPY ApiLibrary/ ./ApiLibrary/ -COPY ErrorHandlers/ ./ErrorHandlers/ +COPY ApiLayers/ ./ApiLayers/ +COPY Services/ ./Services/ # Set entrypoint for running tests ENTRYPOINT ["poetry", "run", "pytest"]