summaryrefslogtreecommitdiff
path: root/tests/order.rb
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-11-11 18:43:31 -0500
committerMicah Anderson <micah@leap.se>2014-11-11 18:43:31 -0500
commit54849ae1d7407b2a6fd2f7d801e80e1632c20c70 (patch)
treeb6d83d0433edfd6ff101cac112aa4240987ae866 /tests/order.rb
parent51d581583ca354232f6ccbfb771c1cad00ec2db3 (diff)
parent9299574b45de02d417e7237ba49b0222002bbc21 (diff)
Merge remote-tracking branch 'elijah/newtests' into develop
Diffstat (limited to 'tests/order.rb')
-rw-r--r--tests/order.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/order.rb b/tests/order.rb
index ffa6ae4e..4468686f 100644
--- a/tests/order.rb
+++ b/tests/order.rb
@@ -3,6 +3,10 @@ class LeapCli::Config::Node
# returns a list of node names that should be tested before this node.
# make sure to not return ourselves (please no dependency loops!).
#
+ # NOTE: this method determines the order that nodes are tested in. To specify
+ # the order of tests on a particular node, each test can call class method
+ # LeapTest.depends_on().
+ #
def test_dependencies
dependents = LeapCli::Config::ObjectList.new
unless services.include?('couchdb')