moved old instructions for external packages to top-level in preparation for nuking...
[CommonLispStat.git] / external / lift.darcs / _darcs / pristine / website / source / glossary.md
blob1b10b8d17b8da7f923ddb19b64b84ff486097fb5
1 {include resources/header.md}
3 ## Glossary
5 {glossary}
7  [fixture]> glossary The fixture is the environment in which a testcase runs. The 
8 fixture is the code that prepares the environment for the test and that resets 
9 the environment after the test. Fixtures can be shared by many test-cases.
11 {include resources/footer.md}