From 4a29b88833e3972a48d552978f74dc3853a88274 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 20 Jan 2016 23:50:34 +0530 Subject: [PATCH] Add ptw link --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2a1df1e..e52c693 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ pytest_status_gui is only a pytest plugin, which - updates the db with test run status (step running currently, for eg "Collecting Tests") and some details of the steps (like no. of tests passed) as it becomes available to the plugin. - The GUI on the other hand periodically polls data (using js timer with 1 sec interval) from the db and updates itself. -It is **recommended for use with pytest-watch** which re-runs py.test on any change to your code. Run using `ptw -- --show_status_gui` +It is **recommended for use with [pytest-watch][ptw_gh_link]** which re-runs py.test on any change to your code. Run using `ptw -- --show_status_gui` The result is that you get some nifty **test status windows that update as you keep editing files**. It is inspired from **[pytddmon](http://pytddmon.org/?page_id=33)**. @@ -33,3 +33,5 @@ The result is that you get some nifty **test status windows that update as you k [Appveyor_Project_Page]:https://ci.appveyor.com/project/bendtherules/pytest-gui-status [CircleCI_Project_Page]:https://circleci.com/gh/bendtherules/pytest_gui_status [Travis_Project_Page]: https://travis-ci.org/bendtherules/pytest_gui_status + +[ptw_gh_link]: https://github.com/joeyespo/pytest-watch