diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-05 09:30:56 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-05 09:30:56 -0700 |
commit | 4ea9905f00b473ea58a8acd7b4240ea35cd5f330 (patch) | |
tree | 05a43a630da8acc0f839723865aa8e2ab4ef257c /filesystem.mu | |
parent | db7d6e063a4729ce06269013f839892d7169e396 (diff) | |
download | mu-4ea9905f00b473ea58a8acd7b4240ea35cd5f330.tar.gz |
3297 - run unit tests before scenarios
I've been putting up for some time with the tension between wanting to show scenarios at the top of the layer even if I want to *run* any unit tests of sub-components introduced within the layer before them. Turned out to be an easy fix. We don't have very many of these, and the unit tests in the early layers don't compete with any scenarios, so I don't need to mess with them. But this is a key tool in my toolkit, to be able to decouple presentation order from run order for tests. Though now the separate compilation units are again unbalanced; sigh.
Diffstat (limited to 'filesystem.mu')
0 files changed, 0 insertions, 0 deletions