File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,17 @@ Database files and static generated files are stored in `var` folder.
6666make 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
7182The 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 )
You can’t perform that action at this time.
0 commit comments