Opened 14 years ago
Closed 7 years ago
#7076 closed defect (patchwelcome)
Support deferred in DOH setUp/tearDown
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | low | Milestone: | 1.11 |
Component: | TestFramework | Version: | 1.1.1 |
Keywords: | Cc: | alex, [email protected]… | |
Blocked By: | Blocking: |
Description
A test should be able to call setUp, wait for setUp to complete and then runTest(s) and finally tearDown.
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | → future |
---|
comment:2 Changed 11 years ago by
Owner: | anonymous deleted |
---|
comment:3 Changed 10 years ago by
Cc: | alex added; [email protected]… removed |
---|---|
Component: | General → TestFramework |
comment:5 Changed 9 years ago by
Owner: | set to bill |
---|---|
Priority: | high → low |
Status: | new → assigned |
I may do this at some point, as IIRC I've wanted it myself. The code is in doh._runFixture.
Of course the workaround is easy, to just make a separate fixture that does the set up inside a runTest method.
comment:6 Changed 7 years ago by
Milestone: | future → 1.11 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
We have moved dojo core to Intern, and the plan is to focus on Intern rather than maintaining DOH. We would accept pull requests for this issue if someone wants to fix it.
Note: See
TracTickets for help on using
tickets.
I've wished for this recently myself.