Commit 765e16c
authored
Reverting last commit to use
`run_with_locales` is a decorator-only but would run all specified locales,
skipping those that cannot be found. Instead, we use `run_with_locale`
which is a context manager *and* a decorator to speed-up tests.run_with_locale only1 parent c665a2d commit 765e16c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments