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

Issue413 test cases decorator #414

Merged

Conversation

Nysosis
Copy link

@Nysosis Nysosis commented Aug 10, 2017

Description

Added TestCases decorator, which allows you to specify multiple TestCases via use of an explicit array of cases, generator, or delegate which returns an array of cases or generator

Checklist

  • I am an awesome developer and proud of my code
  • I added / updated / removed relevant unit or integration tests to prove my change works
  • I ran all tests using npm test to make sure everything else still works
  • I ran npm run review to ensure the code adheres to the repository standards

Added TestCases decorator, which allows you to specify multiple TestCases via use of an explicit array of cases, generator, or delegate which returns an array of cases or generator
Copy link
Member

@jamesadarich jamesadarich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late response on this @Nysosis just been caught up with my new baby. Looks great to me thanks very much for the PR - merging :)

@jamesadarich jamesadarich merged commit 1b540f3 into alsatian-test:master Aug 17, 2017
@Nysosis
Copy link
Author

Nysosis commented Aug 18, 2017 via email

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

Successfully merging this pull request may close these issues.

3 participants