Commit 0e74f03
committed
Call Django's setUpClass()/tearDownClass()
This lets Django do its thing without us having to implement it
ourselves:
- The durability stuff
- Checking the `databases` attribute (not used yet)
It does some other stuff that relies on attributes that we don't set so
ends up a noop.1 parent 178b5e2 commit 0e74f03
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 162 | + | |
| 163 | + | |
168 | 164 | | |
169 | 165 | | |
170 | 166 | | |
| |||
0 commit comments