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

Does NUnitlite support --Include? #3433

Closed
lueleeqa opened this issue Nov 22, 2019 · 2 comments · Fixed by nunit/docs#540
Closed

Does NUnitlite support --Include? #3433

lueleeqa opened this issue Nov 22, 2019 · 2 comments · Fixed by nunit/docs#540
Labels
Milestone

Comments

@lueleeqa
Copy link

lueleeqa commented Nov 22, 2019

https://github.com/nunit/docs/wiki/NUnitLite-Options listed

--include=CATEGORIES | Test CATEGORIES to be included. May be a single category, a comma-separated list of categories or a category expression.

Code:

        public static void Main(string[] args)
        {
  
            new AutoRun().Execute(new string[] { "--include:Car Unit" });
            
        }

error:
NUnitLite 3.12.0 (.NET Framework 4.5)
Copyright (c) 2019 Charlie Poole, Rob Prouse

Invalid argument: --include:Car Unit

@CharliePoole
Copy link
Contributor

That appears to be an out-of-date page. I notice that it isn't listed in the right-hand index of pages and doesn't seem to be linked from any other page. Most likely, that's why it has never been updated.

For a correct list of available options, run the test program with --help.

mikkelbu added a commit to nunit/docs that referenced this issue Jan 8, 2021
SeanKilleen pushed a commit to nunit/docs that referenced this issue Jan 10, 2021
* Make documentation up-2-date wrt. help information

Fixes nunit/nunit#3433

* fix(linter): Remove trailing space

* Update NUnitLite-Options.md

@mikkelbu See how this seems to you.

* Update NUnitLite-Options.md

Fix lint errors

Co-authored-by: CharliePoole <charliepoole@gmail.com>
github-actions bot pushed a commit to nunit/docs that referenced this issue Jan 10, 2021
* Make documentation up-2-date wrt. help information

Fixes nunit/nunit#3433

* fix(linter): Remove trailing space

* Update NUnitLite-Options.md

@mikkelbu See how this seems to you.

* Update NUnitLite-Options.md

Fix lint errors

Co-authored-by: CharliePoole <charliepoole@gmail.com> b442069
github-actions bot pushed a commit to MichaelCorleoneLi/docs that referenced this issue Jan 10, 2021
* Make documentation up-2-date wrt. help information

Fixes nunit/nunit#3433

* fix(linter): Remove trailing space

* Update NUnitLite-Options.md

@mikkelbu See how this seems to you.

* Update NUnitLite-Options.md

Fix lint errors

Co-authored-by: CharliePoole <charliepoole@gmail.com> b442069
@mikkelbu
Copy link
Member

mikkelbu commented Sep 9, 2021

This was closed by nunit/docs#540.

@mikkelbu mikkelbu closed this as completed Sep 9, 2021
@mikkelbu mikkelbu added this to the 3.13.3 milestone Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants