grpc/test/core/end2end
Craig Tiller 1dd7026cd2 Fixup some tests 2015-07-06 11:45:30 -07:00
..
data Guard headers tool. 2015-03-01 06:18:14 +01:00
fixtures Fixup some tests 2015-07-06 11:45:30 -07:00
tests Wait for expectations to be fulfilled 2015-06-30 10:24:11 -07:00
README Cleaning out remains of google3. 2015-02-03 05:17:12 +01:00
cq_verifier.c Merge branch 'you-complete-me' into we-dont-need-no-backup 2015-06-09 22:59:31 -07:00
cq_verifier.h C Core API cleanup. 2015-05-04 14:53:51 -07:00
dualstack_socket_test.c clang-format affected files 2015-06-17 10:21:49 -07:00
end2end_tests.h clang-format affected files 2015-06-17 10:21:49 -07:00
gen_build_json.py Add a test that headers are properly in build.json 2015-06-25 06:58:00 -07:00
multiple_server_queues_test.c Merge branch 'buggy-mcbugglet' into tis-but-thy-name 2015-07-01 08:56:02 -07:00
no_server_test.c Added flags support to grpc_op. 2015-06-14 14:42:04 -07:00

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 gen_build_json.py to reflect the change
- regenerate projects