feat: tutorial on how to write the torsf experiment (#390)
Original tracking issue for Sprint 41: https://github.com/ooni/probe/issues/1507 Follow-up work in Sprint 42 tracked by: https://github.com/ooni/probe/issues/1689
This commit is contained in:
parent
a9990ac9da
commit
520398dd8e
41 changed files with 2113 additions and 26 deletions
18
internal/tutorial/README.md
Normal file
18
internal/tutorial/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Tutorials: writing OONI nettests
|
||||
|
||||
This package contains a living tutorial explaining how to write OONI
|
||||
nettests. The code in here is based on existing nettests.
|
||||
|
||||
Because it's committed to the probe-cli repository and depends on
|
||||
real OONI code, it should always be up to date.
|
||||
|
||||
## Index
|
||||
|
||||
- [Rewriting the torsf experiment](experiment/torsf/)
|
||||
|
||||
|
||||
## Regenerating the tutorials
|
||||
|
||||
```
|
||||
(cd ./internal/tutorial && go run ./generator)
|
||||
```
|
||||
Loading…
Reference in a new issue