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

Implement Error case testing #15

Closed
Enteee opened this issue Aug 21, 2019 · 0 comments
Closed

Implement Error case testing #15

Enteee opened this issue Aug 21, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Enteee
Copy link
Owner

Enteee commented Aug 21, 2019

Is your feature request related to a problem? Please describe.
I would also like to be able to test for bad syntax.

Describe the solution you'd like
The fixtures directory should support error files which do contain information about expected parsing exceptions. Those negative tests are successful if the parsing raises that exact exception.

Additional context
This might enable me to bump code coverage above 70% or so.

@Enteee Enteee added the enhancement New feature or request label Aug 21, 2019
@Enteee Enteee self-assigned this Aug 21, 2019
Enteee added a commit that referenced this issue Aug 30, 2019
Enteee added a commit that referenced this issue Aug 31, 2019
* implement title attribute

* fix #16: component title as name

* readme++

* version bump

* Implement title parsing for short names

* Fixtures-update: Write errors

* implement error case testing

implements #15

* format fixes

* update pr

* add malformed class block test

* Mention error case testing

* remove debug console.log
@Enteee Enteee closed this as completed Aug 31, 2019
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
None yet
Development

No branches or pull requests

1 participant