rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Seed-based randomized test order #63

Closed fayalalebrun closed 3 years ago

fayalalebrun commented 3 years ago

Added the option to give a seed for the test order randomizer. If no seed is given, the time is used as a seed. The seed being used is also printed beforehand, which is useful when trying to replicate the order in which tests are run.

Related to #62

jdonszelmann commented 3 years ago

I merged @ValentijnvdBeeks PR first, but it came with some conflicts. If someone fixes them I'll merge this one as well