ooni-probe-cli/internal/cmd
Simone Basso f53b3be66e
feat: add end-to-end testing to this repository (#220)
* feat: add end-to-end testing to this repository

Part of https://github.com/ooni/probe-engine/issues/1181

Motivation: we want to run this check from the repository where
we work the most, such that it's unlikely it pauses due to inactivity,
as it may happen for less frequently touched upon repositories.

Code adapted from https://github.com/ooni/e2etesting/

* fix: correct name for main branch
2021-02-04 14:25:03 +01:00
..
apitool fix: always use probe-cli version (and make it alpha) (#219) 2021-02-04 11:00:27 +01:00
e2epostprocess feat: add end-to-end testing to this repository (#220) 2021-02-04 14:25:03 +01:00
jafar fix: always use probe-cli version (and make it alpha) (#219) 2021-02-04 11:00:27 +01:00
miniooni refactor: miniooni should be outside of the engine (#206) 2021-02-03 11:21:10 +01:00
oohelper fix: always use probe-cli version (and make it alpha) (#219) 2021-02-04 11:00:27 +01:00
oohelperd fix: always use probe-cli version (and make it alpha) (#219) 2021-02-04 11:00:27 +01:00
README.md doc: ensure all top dirs have an explanatory README (#214) 2021-02-03 16:54:00 +01:00

Directory github.com/ooni/probe-cli/internal/cmd

This directory contains the source code for the CLI tools we build but we don't want to expose to the outside world. That is, you can only build these tools if you have cloned this repo.