fix: visible groups (#2729)

* updated readme to give some light testing instructions
* updated tests to accept new behavior for group memberships
* use test factories in more places
* add debug logs for mailer events in development
This commit is contained in:
Nan Yu
2021-11-15 16:05:58 -08:00
committed by GitHub
parent 8a76dd49a0
commit ec5e3120d2
6 changed files with 30 additions and 19 deletions

View File

@@ -101,6 +101,13 @@ For contributing features and fixes you can quickly get an environment running u
1. Ensure that the bot token scope contains at least `users:read`
1. Run `make up`. This will download dependencies, build and launch a development version of Outline
### Testing
The `Makefile` has other useful scripts, including some test automation.
1. To run the entire test suite, run `make test`
1. During development, it's often useful, to re-run some tests every time a file is changed. Use `make watch` to start the test daemon and follow the instructions in the console
# Contributing
Outline is built and maintained by a small team we'd love your help to fix bugs and add features!