Regression tests are now showed as 'skipped' without --coreblocks-regression flag instead of not showing them at all.
Previously regression tests were parametrized by constant parameters. Now parameters are indeed parameters.
__TRANSACTRON_PROFILE is now set in pytest, so profiling can be also turned on using pytest flags.
With these changes in, I suggest removing run_tests.py scripts, as it will be purely a wrapper over pytest command. My argument is that run_tests.py script is another layer of indirection that can contain bugs (#605) and needs to be understood when making changes.
__COREBLOCKS_DUMP_TRACES
->__TRANSACTRON_DUMP_TRACES
--coreblocks-regression
flag instead of not showing them at all.__TRANSACTRON_PROFILE
is now set inpytest
, so profiling can be also turned on using pytest flags.With these changes in, I suggest removing
run_tests.py
scripts, as it will be purely a wrapper overpytest
command. My argument is thatrun_tests.py
script is another layer of indirection that can contain bugs (#605) and needs to be understood when making changes.