-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Remove dead (unused) fixtures #2219
Remove dead (unused) fixtures #2219
Conversation
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
Did tests pass on your machine? (Assuming you did not skip tests that used reference data) |
@atharva-2001 I ran the following tests on master branch and my branch:
|
@atharva-2001 I think the test cases with Just to confirm, we need to clone the tardis-refdata repository and provide a path to that above? I'll rerun and update the result here. |
@atharva-2001 The changes passed all test cases locally!
|
Codecov Report
@@ Coverage Diff @@
## master #2219 +/- ##
==========================================
+ Coverage 71.95% 71.96% +0.01%
==========================================
Files 137 137
Lines 12517 12502 -15
==========================================
- Hits 9006 8997 -9
+ Misses 3511 3505 -6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@xansh Wonderful! |
@xansh Would you mind rebasing this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please reinstate the continuum tests
66a930d
to
063f133
Compare
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
063f133
to
7273e6a
Compare
@andrewfullard @atharva-2001 @Rodot- I have reinstated the continuum tests. |
@andrewfullard I have added back the missed continuum tests |
📝 Description
Type: 🚦
testing
According to pytest dead fixtures, there are some fixtures which are not being used:
To Reproduce
Fix
Removed the dead fixtures. The output of
pytest --dead-fixtures
after the changes is as follows:resolves
Issue#1858🚦 Testing
How did you test these changes?
pytest --dead-fixtures
☑️ Checklist
build_docs
label