hi...

  I've been thinking about implementing a test ordering scheme for Apache
test and wanted to run it by everyone...

  basically from
  t/foo.t
  t/bar.t

  I'd like to be able to specify whether foo.t comes before or after bar.t
(without calling them 1foo.t :)
  my reasoning is that it makes more sense to first check whether a module
can be loaded, then check if it works alone, then check if it works as part
of a filter, but meaningful names don't always correspond to run order.

  anyway, I was thinking of something like a file called test.order, which
could be defined in t/ or any subdirectory and used to specify the exact run
order.  if the intersection of the files in test.order and the actual files
isn't null, bag it.

  sound reasonable?  I'm certainly open to other implementation schemes...

--Geoff  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to