doc: mention the test helper spec we're using (#436)

See https://github.com/ooni/probe/issues/1729
This commit is contained in:
Simone Basso 2021-08-17 12:52:51 +02:00 committed by GitHub
parent f2b6a5972f
commit f18a9852db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,9 @@
// Package websteps implements the websteps test helper.
//
// See https://github.com/ooni/spec/blob/master/backends/th-007-nwcth.md
// See the https://github.com/ooni/spec/blob/master/backends/th-007-websteps.md
// related specification document.
//
// This implementation uses version 202108.17.1114 of the spec.
package websteps
import (

View File

@ -1,3 +1,16 @@
// Package websteps implements the websteps experiment.
//
// Specifications:
//
// - test helper: https://github.com/ooni/spec/blob/master/backends/th-007-websteps.md
//
// - experiment: N/A.
//
// We are currently implementing:
//
// - version 202108.17.1114 of the test helper spec.
//
// - version N/A of the experiment spec.
package websteps
import (