Skip to content

Commit f98aff6

Browse files
committed
added notes about tests
1 parent b3804e1 commit f98aff6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ Database files and static generated files are stored in `var` folder.
6666
make up
6767
```
6868

69+
### tests
70+
71+
```bash
72+
make tests
73+
```
74+
75+
This command runs first the backend tests and afterwards the frontend test.
76+
77+
For the backend tests a new test database is generated and the fixtures are loaded.
78+
79+
6980
### editor
7081

7182
The project is setup to work with visual studio code as editor. Any other editor is also fine.
@@ -101,4 +112,4 @@ Type `make deploy_prod` in the project root. The file `env.hosts.prod` needs to
101112
- [django](/docs/django.md)
102113
- [links](/docs/links.md)
103114
- [grahpql](/docs/graphql.md)
104-
- [troubleshooting](/docs/troubleshooting.md)
115+
- [troubleshooting](/docs/troubleshooting.md)

0 commit comments

Comments
 (0)