-
Notifications
You must be signed in to change notification settings - Fork 248
chore(travis): fail build if a test has been 'iit'ed #1172
chore(travis): fail build if a test has been 'iit'ed #1172
Conversation
@@ -29,4 +29,4 @@ dev_dependencies: | |||
benchmark_harness: '>=1.0.0' | |||
unittest: '>=0.10.1 <0.12.0' | |||
mock: '>=0.10.0 <0.12.0' | |||
guinness: '>=0.1.3 <0.2.0' | |||
guinness: '>=0.1.9 <0.2.0' |
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 update package dependencies in a different PR
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.
I think this is required for this PR, see https://github.com/vsavkin/guinness/blob/master/CHANGELOG.md#v019-2014-06-18
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.
Yup. It is required.
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.
If it is required, that we need to land the guinness upgrade first and then land this PR. We still need two PRs.
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.
Change the build script to fail if a test was 'itt'ed or 'ddescribe'ed. Closes dart-archive#922
Closes dart-archive#922 Closes dart-archive#1172 Closes dart-archive#1289 Closes dart-archive#1291
Change the build script to fail when a test was 'itt'ed or 'ddescribe'ed.
Closes #922