[ARVADOS] updated: fd57cb09ccf75c49653f8fb66fe6f4c1da49b687

Git user git at public.curoverse.com
Sat Apr 30 15:15:04 EDT 2016


Summary of changes:
 services/api/test/test_helper.rb | 4 ++++
 1 file changed, 4 insertions(+)

       via  fd57cb09ccf75c49653f8fb66fe6f4c1da49b687 (commit)
      from  3ede45e668eaad4cb23cc11f11a1a7ea6e688c88 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fd57cb09ccf75c49653f8fb66fe6f4c1da49b687
Author: Tom Clegg <tom at curoverse.com>
Date:   Sat Apr 30 13:18:42 2016 -0400

    Log a banner at the top of each test.
    
    No issue #

diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb
index 7579abf..197ae24 100644
--- a/services/api/test/test_helper.rb
+++ b/services/api/test/test_helper.rb
@@ -44,6 +44,10 @@ class ActiveSupport::TestCase
 
   include ArvadosTestSupport
 
+  setup do
+    Rails.logger.warn "\n\n#{'=' * 70}\n#{self.class}\##{method_name}\n#{'-' * 70}\n\n"
+  end
+
   teardown do
     Thread.current[:api_client_ip_address] = nil
     Thread.current[:api_client_authorization] = nil

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list