We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to code a little "control panel" that appears in the web interface in dev mode, which links corner cases from the test suite, like e.g.
dev
"Should render 404 if trying to show a posting that does not exist" "Should do X when trying to update a posting that does not belong to you"
I am not yet sure how to accomplish this, but I think it might be a good addition to having the edge cases covered by mix test.
mix test
Let's have a discussion about this!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to code a little "control panel" that appears in the web interface in
dev
mode, which links corner cases from the test suite, like e.g.I am not yet sure how to accomplish this, but I think it might be a good addition to having the edge cases covered by
mix test
.Let's have a discussion about this!
The text was updated successfully, but these errors were encountered: