Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit f8ec08d

Browse files
committed
add info about tests and contributions
1 parent 1f83c71 commit f8ec08d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,18 @@ This provides a foundation for reactivity when coupled with [HTMX](https://htmx.
176176

177177
Remember, the view composer is not a framework - its just a template tag that lets you render a view inside another view.
178178
It does not fundamentally change the Django request lifecycle even if you choose to include some reactivity with HTMX.
179+
180+
## Running tests
181+
182+
There is a growing test suite which can be run
183+
184+
```
185+
$ poetry install
186+
$ poetry shell
187+
$ cd tests
188+
$ ./manage.py test
189+
```
190+
191+
## Contributing
192+
193+
Welcome!

0 commit comments

Comments
 (0)