Gogs bef6e57d0d first commit 3 luni în urmă
..
data bef6e57d0d first commit 3 luni în urmă
fixtures bef6e57d0d first commit 3 luni în urmă
fuzzers bef6e57d0d first commit 3 luni în urmă
tests bef6e57d0d first commit 3 luni în urmă
BUILD bef6e57d0d first commit 3 luni în urmă
README bef6e57d0d first commit 3 luni în urmă
bad_server_response_test.cc bef6e57d0d first commit 3 luni în urmă
connection_refused_test.cc bef6e57d0d first commit 3 luni în urmă
cq_verifier.cc bef6e57d0d first commit 3 luni în urmă
cq_verifier.h bef6e57d0d first commit 3 luni în urmă
cq_verifier_internal.h bef6e57d0d first commit 3 luni în urmă
cq_verifier_native.cc bef6e57d0d first commit 3 luni în urmă
dualstack_socket_test.cc bef6e57d0d first commit 3 luni în urmă
end2end_nosec_tests.cc bef6e57d0d first commit 3 luni în urmă
end2end_test.sh bef6e57d0d first commit 3 luni în urmă
end2end_test_utils.cc bef6e57d0d first commit 3 luni în urmă
end2end_tests.cc bef6e57d0d first commit 3 luni în urmă
end2end_tests.h bef6e57d0d first commit 3 luni în urmă
engine_passthrough.cc bef6e57d0d first commit 3 luni în urmă
gen_build_yaml.py bef6e57d0d first commit 3 luni în urmă
generate_tests.bzl bef6e57d0d first commit 3 luni în urmă
goaway_server_test.cc bef6e57d0d first commit 3 luni în urmă
h2_ssl_cert_test.cc bef6e57d0d first commit 3 luni în urmă
h2_ssl_session_reuse_test.cc bef6e57d0d first commit 3 luni în urmă
inproc_callback_test.cc bef6e57d0d first commit 3 luni în urmă
invalid_call_argument_test.cc bef6e57d0d first commit 3 luni în urmă
multiple_server_queues_test.cc bef6e57d0d first commit 3 luni în urmă
no_server_test.cc bef6e57d0d first commit 3 luni în urmă

README

Each fixture (under fixtures/) is paired with each test (under tests/) and
forms a complete end-to-end test.

To add a new test or fixture:
- add the code to the relevant directory
- update generate_tests.bzl to reflect the change
- regenerate projects