datarushpobeda

This commit is contained in:
ITQ
2025-03-01 09:30:09 +03:00
parent 6f97dd741a
commit 0eeb29ef33
14 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# project_name Tests
# DataRush Tests
There is `unit` and `e2e` tests available, unit tests are placed all around `backend` serivce folder and `e2e` tests placed [here](./e2e/).
+1 -1
View File
@@ -1,4 +1,4 @@
# E2E tests for project_name
# E2E tests for DataRush
## Prerequisites
+2 -2
View File
@@ -30,7 +30,7 @@ def docker_compose() -> Generator[None]:
"docker",
"compose",
"--project-name",
"project_name",
"datarush-testing",
"up",
"-d",
"--build",
@@ -49,7 +49,7 @@ def docker_compose() -> Generator[None]:
"docker",
"compose",
"--project-name",
"project_name",
"datarush-testing",
"down",
"-v",
],
+1 -1
View File
@@ -1,5 +1,5 @@
[project]
name = "project_name-e2e-tests"
name = "datarush-e2e-tests"
version = "0.1.0"
readme = "README.md"
requires-python = ">=3.10,<3.12"