You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.`poetry run python example/manage.py runserver localhost:8000`
11
11
1. Go to `localhost:8000` in your browser
12
12
13
-
## To Install in Another Project
13
+
## To install in another project
14
14
15
15
1. Download the repo to your local
16
16
1.`pip install -e ../django-unicorn` from inside the other project's virtualenv _or_ add `django-unicorn = { path="../django-unicorn", develop=true }` to the other project's `pyproject.toml`
17
17
18
-
## Build Sphinx Documentation
18
+
## Build Sphinx documentation
19
19
20
20
1.`poetry run sphinx-autobuild -W docs/source docs/build`
21
21
22
-
## Run Unittests
22
+
## Run unit tests on local environment
23
23
24
24
1. Python: `poetry run pytest`
25
25
1. JavaScript: `npm run test`
26
26
27
+
## Run Python/Django matrix unit tests
28
+
29
+
1. Install [`act`](https://nektosact.com)
30
+
1.`act -q -j test -W .github/workflows/python.yml`
0 commit comments