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 Unit tests #10

Closed
trevorwang opened this issue May 7, 2019 · 4 comments
Closed

Add Unit tests #10

trevorwang opened this issue May 7, 2019 · 4 comments
Labels
good first issue Good for newcomers wontfix This will not be worked on
Milestone

Comments

@trevorwang
Copy link
Owner

No description provided.

@trevorwang trevorwang added this to the v1.0.0 milestone May 7, 2019
@trevorwang trevorwang added the good first issue Good for newcomers label May 7, 2019
@devkabiir
Copy link
Contributor

Checkout: https://pub.dev/packages/source_gen_test
This package makes testing generators very easy.
Example

@ShouldGenerate(
r'''
class _RestClient implements RestClient {
/// generated methods and constructor
}
'''
)
@RestApi()
class RestClient{
/// Constructors and methods
}

@trevorwang
Copy link
Owner Author

@devkabiir It will be really appreciated if you can help add some tests.

@devkabiir
Copy link
Contributor

devkabiir commented Jun 2, 2019

@trevorwang Sure, when I get time, I'll send a PR. Maybe next week. 😊

trevorwang added a commit that referenced this issue Jun 18, 2019
@stale
Copy link

stale bot commented Jul 3, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants