A separate attempt at the renderers fix, and some related changes (C4-627) #1465
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Makefile
psql-test
.kibana-start-test
.renderers.py
fromcgap-portal
except for small differences needed to preserve existing behavior.test_renderers.py
, too.INDEXER_NAMESPACE_FOR_TESTING
setup fromconftest.py
toconftest_settings.py
.ORDER
fromdatafixtures.py
toconftest_settings.py
.cgap-portal
(involving changes topage.json
andstatic_section.json
inworkbook-inserts
.test_indexing.py
, but also a minor change in how a mock is set up (viamock.patch.object
instead ofmock.patch
).test_search.py
workbook_fixtures.py
useINDEXER_NAMESPACE_FOR_TESTING
.