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 macros to make test description easier #3

Closed
maruuusa83 opened this issue Oct 5, 2018 · 0 comments
Closed

Add macros to make test description easier #3

maruuusa83 opened this issue Oct 5, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@maruuusa83
Copy link
Owner

Currently we need to write some tests in same initial statement.
So, add some macros to make test description easier as shown in next:

`TEST_ARRAY(<TEST_ARRAY_NAME>);
  `TEST(<TEST_NAME>);
    <testcode>
  `ENDTEST;

  `TEST(<TEST_NAME>);
    <testcode>
  `ENDTEST;
`ENDTESTARRAY;
@maruuusa83 maruuusa83 added the enhancement New feature or request label Oct 5, 2018
@maruuusa83 maruuusa83 self-assigned this Oct 5, 2018
@maruuusa83 maruuusa83 added this to To do in v0.1 Oct 5, 2018
@maruuusa83 maruuusa83 moved this from To do to In progress in v0.1 Oct 5, 2018
maruuusa83 added a commit that referenced this issue Oct 5, 2018
@maruuusa83 maruuusa83 moved this from In progress to Done in v0.1 Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v0.1
  
Done
Development

No branches or pull requests

1 participant