plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Use app_settings as base settings for tests #989

Open masipcat opened 4 years ago

masipcat commented 4 years ago

The idea is to use app_settings as base/default settings and use testing settings (https://github.com/plone/guillotina/blob/master/guillotina/testing.py#L13) to override defaults. This way we avoid maintaining both.

This is motivated by this PR: https://github.com/plone/guillotina/pull/988