doc: mention the test helper spec we're using (#436)
See https://github.com/ooni/probe/issues/1729
This commit is contained in:
parent
f2b6a5972f
commit
f18a9852db
|
@ -1,6 +1,9 @@
|
||||||
// Package websteps implements the websteps test helper.
|
// 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
|
package websteps
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -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
|
package websteps
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user