fourfront
fourfront copied to clipboard
A separate attempt at the renderers fix, and some related changes (C4-627)
- In
Makefile
- Implement
psql-test
. - Implement
kibana-start-test
. - Port
renderers.py
fromcgap-portal
except for small differences needed to preserve existing behavior. - Port
test_renderers.py
, too.
- Implement
- Move
INDEXER_NAMESPACE_FOR_TESTING
setup fromconftest.py
toconftest_settings.py
. - Move
ORDER
fromdatafixtures.py
toconftest_settings.py
. - Fix static help page tests like they're fixed in
cgap-portal
(involving changes topage.json
andstatic_section.json
inworkbook-inserts
. - Mostly PEP8 fixes (a lot of them) in
test_indexing.py
, but also a minor change in how a mock is set up (viamock.patch.object
instead ofmock.patch
). - PEP8 changes (a lot) in
test_search.py
- Make
workbook_fixtures.py
useINDEXER_NAMESPACE_FOR_TESTING
.