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
@agentzh hi:
Failed test, how i can get full details in "got:"?!
# Failed test 'TEST 1: session - response_body - response is expected (req 0)' # at /usr/local/share/perl/5.14.2/Test/Nginx/Socket.pm line 1282. # got: "{! Warning: session_start() [<a href='function.ses"... # length: 232 ...
The text was updated successfully, but these errors were encountered:
@rryqszq4 Add the following lines before run_tests(); in your .t file:
run_tests();
.t
no_long_string(); no_diff();
For more details, please consult the official documentation:
https://metacpan.org/pod/Test::Nginx::Socket
Sorry, something went wrong.
@agentzh Thanks, I got it.
No branches or pull requests
@agentzh hi:
Failed test, how i can get full details in "got:"?!
The text was updated successfully, but these errors were encountered: