Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up pytest #611

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Clean up pytest #611

merged 1 commit into from
Mar 10, 2024

Conversation

xThaid
Copy link

@xThaid xThaid commented Mar 9, 2024

  • Renamed __COREBLOCKS_DUMP_TRACES -> __TRANSACTRON_DUMP_TRACES
  • 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.

@xThaid xThaid mentioned this pull request Mar 9, 2024
4 tasks
@tilk tilk merged commit dbdec14 into kuznia-rdzeni:master Mar 10, 2024
8 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 10, 2024
tilk pushed a commit to kuznia-rdzeni/transactron that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants