You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Daniel Spiewak (JIRA)" <ji...@apache.org> on 2009/07/14 21:01:15 UTC

[jira] Commented: (BUILDR-293) [patch]Optionally allow setting directory in which tests execute

    [ https://issues.apache.org/jira/browse/BUILDR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731050#action_12731050 ] 

Daniel Spiewak commented on BUILDR-293:
---------------------------------------

One thing we do need to think about here is how this will affect the other test frameworks.  Will we just have some which support :dir and others which don't?  Or, will we add this support to all of them?  We only have like 10 or so frameworks supported, so it wouldn't be too tough to just run through and support them all, but it's still worth thinking about.

> [patch]Optionally allow setting directory in which tests execute
> ----------------------------------------------------------------
>
>                 Key: BUILDR-293
>                 URL: https://issues.apache.org/jira/browse/BUILDR-293
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Test frameworks
>    Affects Versions: 1.3.4
>            Reporter: Ketan Padegaonkar
>            Assignee: Daniel Spiewak
>            Priority: Minor
>         Attachments: patch.txt
>
>
> Currently tests run in the directory of a project, this patch optionally allows setting the directory in which the tests execute:
>   define "com.thoughtworks.twist.core", :layout=>create_layout("com.thoughtworks.twist.core") do
>     ...
>     test.using(:dir=>plugin_id + ".tests")
>     ...
>   end

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.