sourcegraph/dev/authtest
Varun Gandhi e4bb0b5ce6
chore: Remove client construction from SignUp/In funcs (#62789)
These functions are used in test code, which makes it tricker to
pass in loggers for checking requests and responses. Instead, make
the API method-based. This introduces slightly more boilerplate
since Client construction is fallible, but it allows calling code
to pass in loggers more easily for debugging test failures.
2024-05-21 15:18:58 +02:00
..
BUILD.bazel bazel: transcribe test ownership to bazel tags (#62664) 2024-05-16 15:51:16 +01:00
code_intel_test.go chore: Remove client construction from SignUp/In funcs (#62789) 2024-05-21 15:18:58 +02:00
CODENOTIFY authtest: add tests for site admin endpoints (#20266) 2021-04-26 13:14:57 +00:00
main_test.go chore: Remove client construction from SignUp/In funcs (#62789) 2024-05-21 15:18:58 +02:00
organization_test.go chore: Remove client construction from SignUp/In funcs (#62789) 2024-05-21 15:18:58 +02:00
README.md authtest: wait longer for site config to be updated (#28119) 2021-11-29 22:26:45 +08:00
repository_test.go chore: Remove client construction from SignUp/In funcs (#62789) 2024-05-21 15:18:58 +02:00
site_admin_test.go chore: Remove client construction from SignUp/In funcs (#62789) 2024-05-21 15:18:58 +02:00

While this test suite focuses on authentication and authorization related tests, you may still refer to dev/gqltest's README for background and how to run it both locally and in CI.