You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jinja2 is a very powerful templating library that we started using in the doc flow for the generated "Test Case Reference" output pages, see #801 and ./docs/templates.
I think that .py.j2 templates could be an excellent way to write the output from gentest. This will be particularly helpful, when/if we create blockchain_tests with an arbitrary number of blocks, each containing an arbitrary number of transactions. We could have a template for a state_test and one for blockchain_test. Jinja2 also allows base templates.
The text was updated successfully, but these errors were encountered:
Jinja2 is a very powerful templating library that we started using in the doc flow for the generated "Test Case Reference" output pages, see #801 and
./docs/templates
.I think that
.py.j2
templates could be an excellent way to write the output fromgentest
. This will be particularly helpful, when/if we createblockchain_tests
with an arbitrary number of blocks, each containing an arbitrary number of transactions. We could have a template for astate_test
and one forblockchain_test
. Jinja2 also allows base templates.The text was updated successfully, but these errors were encountered: