imb / fctx

C unit testing in a header (works for C++ too!).
Other
36 stars 15 forks source link

Add ability to randomize the testing order #47

Open imb opened 13 years ago

imb commented 13 years ago

I found that this was an interesting idea because it helps flush out inter-dependencies between tests that may result in a "correct" test.

In a way it helps check for dependencies.

If we did this we would need to have the ability to,

  1. Randomize with a specified seed.
  2. Report the seed used to generate the error (so it is reproducible).