filesystem

This commit is contained in:
Thomas Levine 2012-10-08 09:54:59 -04:00
parent 096ef517e7
commit 1ace5a69f9

View File

@ -9,13 +9,17 @@ and directories have special meanings.
bar/ bar/
setup setup
test_that_something_works test_that_something_works
teardown teardown
baz/ baz/
jack-in-the-box/ jack-in-the-box/
setup setup
test_that_something_works test_that_something_works
teardown teardown
cat-in-the-box/ cat-in-the-box/
fixtures/
thingy.pdf
test_thingy
teardown
Directories are processed in a depth-first order. When a particular directory Directories are processed in a depth-first order. When a particular directory
is processed, `setup` is run before everything else in the directory, including is processed, `setup` is run before everything else in the directory, including