From ea63a718000239e7587969d5b45a3d1e00f93e91 Mon Sep 17 00:00:00 2001 From: John Vrbanac Date: Tue, 30 Jul 2013 16:50:13 -0500 Subject: [PATCH] Adding resources section This came out of a discussion with Sam and Jose where we realized that we needed a location to put modules that use external resources. The case and point for this is the "skip on open issue in Launchpad" functionality. Change-Id: I039f15cd3ad97e157b0c31ec2e43d3ce1e1c0e4e --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 77bedef..14f7915 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,6 @@ package is specifically for building CAFE support for various Python based test heavily extends the basic unittest functionality. Driver plug-ins can easily be constructed to add CAFE support for most of the popular ones already available (nose, pytest, lettuce, testr, etc...) or even for 100% custom test case drivers if desired. +##resources +Contains all modules that reference external resources to OpenCAFE. One example of an external resource is a Launchpad tracker. +