webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit e0cc20914bb657882200bcd3198491b624c5fb9f
parent 77778fc45de1341230265a71998266158172bcf4
Author: Sheng <webmaster0115@gmail.com>
Date:   Mon, 20 Aug 2018 23:33:17 +0800

Updated README

Diffstat:
MREADME.md | 4++--
MREADME.rst | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -64,12 +64,12 @@ wssh --help ### Tests -Use unittest for running all tests +Use unittest to run all tests ``` python -m unittest discover tests ``` -Use pytest for running all tests +Use pytest to run all tests ``` python -m pytest tests ``` diff --git a/README.rst b/README.rst @@ -67,13 +67,13 @@ Options Tests ~~~~~ -Use unittest for running all tests +Use unittest to run all tests :: python -m unittest discover tests -Use pytest for running all tests +Use pytest to run all tests ::