test-nginx
test-nginx copied to clipboard
[question] How i can get full details?!
@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
...
@rryqszq4 Add the following lines before run_tests(); in your .t file:
no_long_string();
no_diff();
For more details, please consult the official documentation:
https://metacpan.org/pod/Test::Nginx::Socket
@agentzh Thanks, I got it.