-
Couldn't load subscription status.
- Fork 737
[tests] Split out cli client tests #2348
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
Conversation
This will allow spreading client tests across multiple files.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2348 +/- ##
=======================================
Coverage 84.83% 84.83%
=======================================
Files 205 205
Lines 10216 10216
=======================================
Hits 8667 8667
Misses 1549 1549 ☔ View full report in Codecov by Sentry. |
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.
This needs a rebase, and a s/2021/2022/ in the headers :)
Noice otherwise :)
|
@townsend2010 bump? |
|
Due to the changes I made for the authentication stuff, a One of the main points of this refactoring is to move the |
|
@andrei-toterman to review what this PR is about and close it. |
|
I don't think these changes are still relevant today. Those changes are splitting a test file into multiple test files, but the current efforts are about splitting out the test executable itself into multiple test executables. While the changes themselves make sense, they are very out of date. So we can still split up a file into multiple files just for easier development, but I think it would be too difficult to build on top of this PR. |
This is a first step to help organize the client cli tests and make them more manageable.