diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2018-12-04 15:37:47 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2018-12-04 15:37:47 +0000 |
commit | 76a5b9b1b8269c1c5ddcd11bdbfeb8eefa28c687 (patch) | |
tree | b0793ece162ca690fd779ccb3a503e8c02f59b28 | |
parent | a7aa72b2869fe69c7aa593bed37c303807517c82 (diff) | |
download | testrepository-git-master.tar.gz |
-rw-r--r-- | README.rst | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -33,21 +33,26 @@ Quick Start ~~~~~~~~~~~ Create a config file:: - $ touch .testr.conf + + $ touch .testr.conf Create a repository:: - $ testr init + + $ testr init Load a test run into the repository:: - $ testr load < testrun + + $ testr load < testrun Query the repository:: - $ testr stats - $ testr last - $ testr failing + + $ testr stats + $ testr last + $ testr failing Delete a repository:: - $ rm -rf .testrepository + + $ rm -rf .testrepository Documentation ~~~~~~~~~~~~~ |