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 try-catch for failing tests #29

Closed
tawn33y opened this issue Sep 2, 2022 · 1 comment
Closed

Add try-catch for failing tests #29

tawn33y opened this issue Sep 2, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tawn33y
Copy link
Owner

tawn33y commented Sep 2, 2022

Some tests currently fail with no error and just throws an empty string, unless you use a try-catch statement. Need to fix this in the main code, but for now, can simply add a try-catch in the tests to know why the test failed.

e.g.
image

@tawn33y tawn33y added the enhancement New feature or request label Sep 2, 2022
@tawn33y tawn33y self-assigned this Sep 2, 2022
@tawn33y tawn33y modified the milestone: v0.2.6 Sep 2, 2022
@tawn33y
Copy link
Owner Author

tawn33y commented Sep 2, 2022

Attempt to resolve this didn't resolve the issue. Needs more investigating.
For now, rerunning the test seems to make it pass. Closing.

@tawn33y tawn33y closed this as completed Sep 2, 2022
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
Status: Done
Development

No branches or pull requests

1 participant