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

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