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

Add categories for all tests #671

Closed
eloekset opened this issue Nov 10, 2015 · 1 comment
Closed

Add categories for all tests #671

eloekset opened this issue Nov 10, 2015 · 1 comment
Labels
improvement Improvement of behavior or code quality up-for-grabs
Milestone

Comments

@eloekset
Copy link
Member

Visual Studio Test Explorer makes it easy to run tests by category. To run only tests for a specific database type or various types of generator tests I suggest that we add four categories to all tests:

  1. General database type, i.e. SQLServer, Firebird, Hana etc
  2. Specific database type, i.e. SQLServer2005, SQLServer2014 etc
  3. Type of unit test, i.e. Generator, Builder etc
  4. Detailed type of unit test, i.e. Table, Index etc for Generator tests and Alter, Create etc for Builder tests.

An example for an SQL Anywhere 16 Generator test for Index statements:
[Category("SQLAnywhere"), Category("SQLAnywhere16"), Category("Generator"), Category("Index")]
2015-11-10_1553

@fubar-coder fubar-coder added improvement Improvement of behavior or code quality up-for-grabs change-required-simple labels Mar 31, 2018
@fubar-coder fubar-coder added this to the 4.0.0 milestone May 4, 2018
@fubar-coder
Copy link
Member

Fixed in develop

fubar-coder added a commit that referenced this issue May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of behavior or code quality up-for-grabs
Projects
None yet
Development

No branches or pull requests

2 participants