-
Notifications
You must be signed in to change notification settings - Fork 40
CP-1091 Allow individual test files #85
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
|
you're not really able to run a single test with this pr though, just a single test file right? |
|
Good point @jayudey-wf , I changed the title/description to match. |
lib/src/tasks/test/cli.dart
Outdated
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.
did you mean to keep this print stmt?
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.
No, removed.
|
smithy fails because of some dart format issues |
|
Currently if you run |
|
@evanweible-wf , yes that functionality is preserved though in the code but it's not as straightforward as before. Now, we will run the unit-tests if |
|
@dustinlessard-wf cool, that works for me. |
d64e8e0 to
5dcb910
Compare
Current coverage is
|
|
+1 |
|
+1 |
|
@dustinlessard-wf do you want to update the readme for this change? |
|
Good point @jayudey-wf - will do. |
|
+1 |
1 similar comment
|
+1 |
|
QA Resource Approval: +10
Merging into master. |
CP-1091 Allow individual test files
FOR YOUR CONSIDERATION
While developing, I like to run the individual test-file that I'm focussed on. This proposed change allows us to run one or more specific test-files.
Example with single test file:
Example with multiple test files:
Example with integration + specific unit test file(s):
Preserved Functionality
Example with integration tests :
Example with unit-tests :
Example with running unit + integration tests :
Still need:
Required:
@trentgrover-wf @evanweible-wf @maxwellpeterson-wf @jayudey-wf
FYI: