Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
1.3.4
-
None
Description
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