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

misc: reorder test execution order in Makefile #1200

Merged
merged 1 commit into from Jun 27, 2023

Conversation

superlopuh
Copy link
Member

This lowers the expected time to see an error, since notebook tests are the slowest to run, and the least likely to break. I also split out the toy tests to their own target since that's something I run a lot when working on that bit of code, all that does is change the order of execution.

@superlopuh superlopuh added the CI Continuous Integration label Jun 27, 2023
@superlopuh superlopuh self-assigned this Jun 27, 2023
@superlopuh
Copy link
Member Author

Oh actually I just realised that currently the toy pytest tests aren't executed, this adds them.

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (512f1d5) 88.79% compared to head (591b10e) 88.79%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1200   +/-   ##
=======================================
  Coverage   88.79%   88.79%           
=======================================
  Files         164      164           
  Lines       22543    22543           
  Branches     3409     3409           
=======================================
  Hits        20017    20017           
  Misses       1982     1982           
  Partials      544      544           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@math-fehr math-fehr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

@webmiche webmiche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mama always said: "Being smart is smart"

Jk, what does smart order actually do?

@superlopuh
Copy link
Member Author

Run previously failing tests first :)

@superlopuh superlopuh merged commit 652919a into main Jun 27, 2023
12 checks passed
@superlopuh superlopuh deleted the sasha/makefile-reorder-tests branch June 27, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants