diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-20 14:56:57 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-20 15:13:30 -0700 |
commit | 390f4097d67ff648c7328f11e18642249650992c (patch) | |
tree | fb34bcf6f123912511ea5ca375f9dd528cac2d05 /edit | |
parent | 2429c65cce16a11841212a71ec2bb50373aa54d4 (diff) | |
download | mu-390f4097d67ff648c7328f11e18642249650992c.tar.gz |
2800 - remove a gotcha when writing tests
Several times now I've wasted time tracking down a failing test only to eventually remember that order of definition matters in tests even though it doesn't elsewhere -- I've been having tests implicitly start running the first function defined in them. Now I stop doing that if a test defines a function called 'main', and just start the test at main instead.
Diffstat (limited to 'edit')
0 files changed, 0 insertions, 0 deletions