From e14d8edc05421867e40aff7faa08ad9f46f849f8 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 26 Feb 2016 18:30:33 +0000 Subject: [PATCH] .urchin in root idea --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 16bd8f9..a88df24 100644 --- a/TODO +++ b/TODO @@ -139,6 +139,13 @@ on the nvm tests. I wound up running this instead. The Molly guard would be assessed, and the corresponding setup, setup_dir, teardown, and teardown_dir files would be run in the appropriate order. +In order to know how far up the tree to evaluate the setup, &c. files, +I think it would make sense to require that a ".urchin" file be placed in the +root of the tests. Urchin would keep going up until it sees this file, and it +would evaluate the appropriate setup, &c. files from there down to the +particular test file of interest. We would also use this for testing +directtories more correctly. + Running automated tasks ------------------------- Urchin might be appropriate for if you have lots of tasks that you want to run