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

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