iilyak opened a new pull request #3274:
URL: https://github.com/apache/couchdb/pull/3274
## Overview
Update mango tests.
Remove unnecessary parameters and disable test for not implemented feature.
## Testing recommendations
1. Start couchdb instance `dev/run --admin=adm:pass --no-join`
2. Setup venv
```
cd src/mango
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
```
3. Run mango tests
```
venv/bin/nosetests
```
## Related Issues or Pull Requests
<!-- If your changes affects multiple components in different
repositories please put links to those issues or pull requests here.
-->
## Checklist
- [ ] Code is written and works correctly
- [x] Changes are covered by tests
- [ ] Any new configurable parameters are documented in
`rel/overlay/etc/default.ini`
- [ ] A PR for documentation changes has been made in
https://github.com/apache/couchdb-documentation
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]