From: João Abecasis (jpabecasis_at_[hidden])
Date: 2006-02-03 12:45:23


Pavel Vozenilek wrote:
> For my work I usually write an unit test and want to execute
> this test immediatelly to see whether and how it passes.
>
>
> If an application has many, many tests running them
> all would slow me down and disrupt the flow.
>
>
> To deal with this I once wrote small test library which
> checks timestamps of source files containing tests
> and runs only tests from recently modified files.

You already get that feature by integrating your tests with a build
system. Possibly with full dependency checking as well.

Is there something I'm missing?

João