[x] Added tests for code changes or test/build only changes
[x] Updated the change log file (CHANGES.md|CHANGELOG.md) or test/build only changes
[x] Completed the PR template below:
Description
Facilitate other modes of integration testing by:
allowing custom server urls in tests
tagging tests that can use a real database
Approach
Allowed for custom URL for test server by:
Set SERVER value from SERVER_URL
Instantiate test clients using url: SERVER, username: ME instead of account: ME where applicable.
Added #db tag to tests that can use a real DB to facilitate mocha's grep filtering.
Schema & API Changes
"No change"
Security and Privacy
"No change"
Testing
Modified existing tests because it was not possible previously to test with any URL and it was not possible to run just (a selection of) the tests that use a real database.
Checklist
CHANGES.md
|CHANGELOG.md
) or test/build only changesDescription
Facilitate other modes of integration testing by:
Approach
Allowed for custom URL for test server by:
SERVER
value fromSERVER_URL
url: SERVER, username: ME
instead ofaccount: ME
where applicable.Added
#db
tag to tests that can use a real DB to facilitate mocha'sgrep
filtering.Schema & API Changes
Security and Privacy
Testing
Monitoring and Logging