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

Follow up TestCase work after major TestCase.load() change #391

Merged
merged 5 commits into from
Nov 27, 2023

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Nov 27, 2023

No description provided.

@tysmith tysmith self-assigned this Nov 27, 2023
@@ -211,27 +258,14 @@ def clone(self):
result.https = self.https
# copy test data files
for entry, required in chain(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead of entry, required why not use (file_name, data_file), required

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e574cd4) 99.51% compared to head (10d283f) 99.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #391      +/-   ##
==========================================
- Coverage   99.51%   99.51%   -0.01%     
==========================================
  Files          50       50              
  Lines        5408     5402       -6     
==========================================
- Hits         5382     5376       -6     
  Misses         26       26              

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

@tysmith tysmith merged commit 20bc9d0 into master Nov 27, 2023
@tysmith tysmith deleted the testcase-dev branch November 27, 2023 23:31
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.

2 participants