From 3e427fbeecec7d0760e01e7454c2a2440e2007c6 Mon Sep 17 00:00:00 2001 From: Mike Munroe Date: Wed, 11 Dec 2013 14:22:26 -0500 Subject: [PATCH 1/4] add documentation for running tests --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9a49b1ea..770872a8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ Documentation * [API Docs](http://yui.github.com/yuidoc/api/) * [Support Mailing List](https://groups.google.com/forum/#!forum/yuidoc) +How to Run Unit Tests +--------------------- + git clone https://github.com/yui/yuidoc.git + cd yuidoc + ./scripts/test.sh Released under the YUI BSD License ---------------------------------- From 6750ab9e8826d525f2396306e1a1108c79fe1741 Mon Sep 17 00:00:00 2001 From: Mike Munroe Date: Wed, 11 Dec 2013 20:18:53 -0500 Subject: [PATCH 2/4] remove documentation to run tests --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 770872a8..bfe5ee51 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,7 @@ Documentation * [User Guides](http://yui.github.com/yuidoc/) * [API Docs](http://yui.github.com/yuidoc/api/) * [Support Mailing List](https://groups.google.com/forum/#!forum/yuidoc) - -How to Run Unit Tests ---------------------- - git clone https://github.com/yui/yuidoc.git - cd yuidoc - ./scripts/test.sh + Released under the YUI BSD License ---------------------------------- From dacb037271c379cef2c46cdcc523316aae868cec Mon Sep 17 00:00:00 2001 From: Mike Munroe Date: Wed, 11 Dec 2013 20:19:38 -0500 Subject: [PATCH 3/4] add documentation for running tests --- DEVELOPMENT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a2c86bfa..e7462710 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -13,6 +13,12 @@ This will link `yuidoc` into the global `/usr/local/lib/node_modules` folder. Now all changes you make to the current source tree are available in the global `yuidoc` executable. No need to reinstall the app to test your changes. +How to Run Unit Tests +--------------------- + git clone https://github.com/yui/yuidoc.git + cd yuidoc + ./scripts/test.sh + Server Mode ----------- From 2be912546410e00b8a1a82a13fbf9b33df1721ed Mon Sep 17 00:00:00 2001 From: Mike Munroe Date: Wed, 11 Dec 2013 20:21:19 -0500 Subject: [PATCH 4/4] remove extra line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bfe5ee51..e4b279f9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Documentation * [API Docs](http://yui.github.com/yuidoc/api/) * [Support Mailing List](https://groups.google.com/forum/#!forum/yuidoc) - Released under the YUI BSD License ----------------------------------