Commit ed74e33
committed
PYTHON-5784 Add test_periodic_executor.py to synchro converted_tests
The synchronous test was generated but not post-processed (still had
'from test.synchronous import', _IS_SYNC=False, and the async class name)
because test_periodic_executor.py was missing from converted_tests. Add it
and regenerate so the sync file flips _IS_SYNC=True, fixes its imports, and
renames the class to TestPeriodicExecutor.1 parent f1a9126 commit ed74e33
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments