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

update create_test_app to not bypass config checking #7

Closed
renderorange opened this issue May 5, 2024 · 1 comment
Closed

update create_test_app to not bypass config checking #7

renderorange opened this issue May 5, 2024 · 1 comment
Assignees

Comments

@renderorange
Copy link
Owner

the create_test_app method in Pasteburn::Test bypasses the config checking, so any frontend integration tests don't validate if configuration options aren't set (but running through the normal dancer2 app does).

update the create_test_app method to not bypass config checking, so all integration tests will fail if configuration options aren't set correctly. this more closely tests running on production.

@renderorange renderorange self-assigned this May 31, 2024
@renderorange
Copy link
Owner Author

updated in commit 88318fc

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

No branches or pull requests

1 participant