From 623a55764b8c72e6271f822c1fe68b9613c551b9 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 19 Jun 2023 08:09:24 -0400 Subject: Use the new Stem repository on Gitlab Signed-off-by: David Goulet --- doc/HACKING/WritingTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/HACKING') diff --git a/doc/HACKING/WritingTests.md b/doc/HACKING/WritingTests.md index e1497a77c2..129b79a854 100644 --- a/doc/HACKING/WritingTests.md +++ b/doc/HACKING/WritingTests.md @@ -465,7 +465,7 @@ Let's assume you actually want to write a test for a previously untested controller feature. I'm picking the `exit-policy/*` GETINFO queries. Since these are a controller feature that we want to write an integration test for, the right file to modify is -`https://gitweb.torproject.org/stem.git/tree/test/integ/control/controller.py`. +`https://gitlab.torproject.org/tpo/network-health/stem/-/blob/master/test/integ/control/controller.py`. First off we notice that there is an integration test called `test_get_exit_policy()` that's already written. This exercises the interaction -- cgit v1.2.3-54-g00ecf