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

iit and ddescribe don't work across files #1

Closed
juliemr opened this issue Jul 22, 2015 · 1 comment
Closed

iit and ddescribe don't work across files #1

juliemr opened this issue Jul 22, 2015 · 1 comment

Comments

@juliemr
Copy link
Owner

juliemr commented Jul 22, 2015

iit and ddescribe will work only in the file they are written in, making them fairly useless for large refactorings.

juliemr added a commit that referenced this issue Feb 11, 2016
Almost everything that guinness does to keep track of suites
and tests is now also handles by package test. So, instead
of keeping tons of complex logic around, simply defer
to package:test functions when possible.

BREAKING CHANGE:

`iit` and `ddescribe` NO LONGER modify which tests will run. Instead,
they will mark those blocks with the tag "solo". To run only
`iit` or `ddescribe` blocks, use the command line
`pub run test --tags solo` (the same command you would use before,
with the additional tags "solo").

See #1
juliemr added a commit that referenced this issue Feb 11, 2016
Almost everything that guinness does to keep track of suites
and tests is now also handles by package test. So, instead
of keeping tons of complex logic around, simply defer
to package:test functions when possible.

BREAKING CHANGE:

`iit` and `ddescribe` NO LONGER modify which tests will run. Instead,
they will mark those blocks with the tag "solo". To run only
`iit` or `ddescribe` blocks, use the command line
`pub run test --tags solo` (the same command you would use before,
with the additional tags "solo").

See #1
juliemr added a commit that referenced this issue Feb 11, 2016
Almost everything that guinness does to keep track of suites
and tests is now also handles by package test. So, instead
of keeping tons of complex logic around, simply defer
to package:test functions when possible.

BREAKING CHANGE:

`iit` and `ddescribe` NO LONGER modify which tests will run. Instead,
they will mark those blocks with the tag "solo". To run only
`iit` or `ddescribe` blocks, use the command line
`pub run test --tags solo` (the same command you would use before,
with the additional tags "solo").

See #1
@juliemr
Copy link
Owner Author

juliemr commented Feb 11, 2016

See #8 - this works, but you need to modify the command line.

@juliemr juliemr closed this as completed Feb 11, 2016
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

No branches or pull requests

1 participant