Skip to content

Commit 4200948

Browse files
committed
🔧(core) add test env file
I am adding this file containing the variables needed to run test without docker Signed-off-by: charles <[email protected]>
1 parent d7075e8 commit 4200948

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ $ make frontend-test
147147
$ make frontend-lint
148148
```
149149

150+
Backend tests can be run without docker by settings Path to ".env" file to
151+
`env.d/development/common.test`
152+
150153
**Adding content**
151154

152155
You can create a basic demo site by running this command:

env.d/development/common.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Test environment configuration for running tests without docker
2+
# Base configuration is loaded from 'common' file
3+
4+
DJANGO_SETTINGS_MODULE=impress.settings
5+
DJANGO_CONFIGURATION=Test
6+
DB_PORT=15432

0 commit comments

Comments
 (0)