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

Make focus work across xprocspec files #37

Closed
bertfrees opened this issue Feb 26, 2016 · 4 comments
Closed

Make focus work across xprocspec files #37

bertfrees opened this issue Feb 26, 2016 · 4 comments
Milestone

Comments

@bertfrees
Copy link
Member

bertfrees commented Feb 26, 2016

It would be awesome if by temporarily adding a focus attribute on a scenario in one file I could disable not only all other scenarios in that file but also in all other files. I often find myself deleting xprocspec files in order to make testing faster.

It would be even cooler if focus would work across xprocspec AND xspec files, but I realize that's probably asking for too much :)

@josteinaj
Copy link
Member

Yes, totally agree! I'm doing the same thing (renaming/moving xprocspec files).

Making it work across files would be a thing for xproc-maven-plugin though, wouldn't it? xprocspec is not aware of any other files than the current one.

@bertfrees
Copy link
Member Author

The maven-plugin doesn't parse the files so I thought maybe xprocspec could allow a sequence as input?

@josteinaj
Copy link
Member

Yeah I guess we can do it that way. Might be better indeed.

@josteinaj
Copy link
Member

Replaced by #42

bertfrees added a commit to sbsdev/pipeline that referenced this issue Oct 26, 2016
bertfrees added a commit to sbsdev/pipeline that referenced this issue Nov 2, 2016
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
bertfrees added a commit to sbsdev/pipeline that referenced this issue Nov 2, 2016
and also add public "hasFocus" method for determining in advance whether
one or more tests have a focus attribute, which can be used for making
focus work across XSpec *and* XProcSpec (see issue
daisy/xprocspec#37).

Also make utility function "listXSpecFilesRecursively" public.
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue Dec 13, 2016
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue Dec 13, 2016
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue Dec 13, 2016
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue Dec 13, 2016
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue Dec 13, 2016
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue Dec 13, 2016
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
bertfrees added a commit to daisy/pipeline-mod-braille that referenced this issue Dec 13, 2016
josteinaj pushed a commit to nlbdev/pipeline that referenced this issue Dec 15, 2016
josteinaj pushed a commit to nlbdev/pipeline that referenced this issue Dec 15, 2016
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
josteinaj pushed a commit to nlbdev/pipeline that referenced this issue Dec 15, 2016
and also add public "hasFocus" method for determining in advance whether
one or more tests have a focus attribute, which can be used for making
focus work across XSpec *and* XProcSpec (see issue
daisy/xprocspec#37).

Also make utility function "listXSpecFilesRecursively" public.
josteinaj pushed a commit to nlbdev/pipeline that referenced this issue Dec 15, 2016
josteinaj pushed a commit to nlbdev/pipeline that referenced this issue Dec 15, 2016
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
josteinaj pushed a commit to nlbdev/pipeline that referenced this issue Dec 15, 2016
and also add public "hasFocus" method for determining in advance whether
one or more tests have a focus attribute, which can be used for making
focus work across XSpec *and* XProcSpec (see issue
daisy/xprocspec#37).

Also make utility function "listXSpecFilesRecursively" public.
bertfrees added a commit to daisy/pipeline-mod-braille that referenced this issue Jan 24, 2017
bertfrees added a commit to daisy/pipeline-mod-braille that referenced this issue Mar 30, 2017
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue May 24, 2017
bertfrees added a commit to daisy/xproc-maven-plugin that referenced this issue May 24, 2017
for determining in advance whether one or more tests have a focus attribute

which can be used for making focus work across XProcSpec *and* XSpec
tests.

See issue daisy/xprocspec#37

Also make utility function "listXProcSpecFilesRecursively" public.
@rdeltour rdeltour added this to the v1.2.0 milestone Aug 17, 2017
bertfrees added a commit to daisy/xspec-maven-plugin that referenced this issue Sep 11, 2017
and also add public "hasFocus" method for determining in advance whether
one or more tests have a focus attribute, which can be used for making
focus work across XSpec *and* XProcSpec (see issue
daisy/xprocspec#37).

Also make utility function "listXSpecFilesRecursively" public.
bertfrees added a commit to daisy/xspec-maven-plugin that referenced this issue Dec 20, 2017
and also add public "hasFocus" method for determining in advance whether
one or more tests have a focus attribute, which can be used for making
focus work across XSpec *and* XProcSpec (see issue
daisy/xprocspec#37).

Also make utility function "listXSpecFilesRecursively" public.
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

3 participants