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

Add testmon in pytest #413

Draft
wants to merge 75 commits into
base: main
Choose a base branch
from
Draft

Add testmon in pytest #413

wants to merge 75 commits into from

Conversation

xianyuanliu
Copy link
Member

@xianyuanliu xianyuanliu commented Oct 12, 2023

Fixes #416

Description

Changes are made to only run tests related to changed files rather than the whole files.

Status

Work in progress

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • In-line docstrings updated.
  • Source for documentation at docs manually updated for new API.

@xianyuanliu xianyuanliu added refactor Refactor of existing code work-in-progress Work in progress that should NOT be merged labels Oct 12, 2023
@xianyuanliu xianyuanliu marked this pull request as draft October 12, 2023 11:19
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.96%. Comparing base (ea5d715) to head (fed9b44).
Report is 207 commits behind head on main.

Current head fed9b44 differs from pull request most recent head f724fd3

Please upload reports for the commit f724fd3 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
+ Coverage   88.00%   89.96%   +1.95%     
==========================================
  Files          66       66              
  Lines        6946     6945       -1     
==========================================
+ Hits         6113     6248     +135     
+ Misses        833      697     -136     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Dec 5, 2023

This pull request has been automatically marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label Dec 5, 2023
@xianyuanliu xianyuanliu removed the Stale label Dec 5, 2023
Copy link
Contributor

This pull request has been automatically marked as stale due to lack of activity.

Copy link
Contributor

github-actions bot commented Mar 6, 2024

This pull request has been automatically marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label Mar 6, 2024
@xianyuanliu xianyuanliu removed the Stale label Mar 6, 2024
Copy link
Contributor

This pull request has been automatically marked as stale due to lack of activity.

Copy link
Contributor

github-actions bot commented Jun 7, 2024

This pull request has been automatically marked as stale due to lack of activity.

@github-actions github-actions bot added the Stale label Jun 7, 2024
@xianyuanliu xianyuanliu removed the Stale label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enable-test-changed-only Trigger selective pytest testing on a PR, focusing either on all or only the changed code refactor Refactor of existing code work-in-progress Work in progress that should NOT be merged
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

[Feature Request] Optimizing functional test time with pytest-testmon
1 participant