QUnit: test-level setup and teardown

QUnit: test-level setup and teardown


Hello!
It would be nice to have the ability to share some data/context
between QUnit.testStart and the test code itself. It would be useful
to have test-specific fixtures. Right now, as far as I see in the
code, you can only define "setup" and "teardown" methods at the module
level, which is a useful thing, but not for this case. To use this you
would need to define a module for each test that needs specific
fixture/setup/teardown.
Any ideas?