mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
datarushpobeda
This commit is contained in:
+1
-1
@@ -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
@@ -1,4 +1,4 @@
|
||||
# E2E tests for project_name
|
||||
# E2E tests for DataRush
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
||||
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user