swirlify icon indicating copy to clipboard operation
swirlify copied to clipboard

test_course() doesn't preserve/reset current lesson

Open jonmcalder opened this issue 8 years ago • 2 comments

After running test_course(), the current lesson will be the last lesson specified in the manifest file, regardless of what the current lesson was before test_course() was called. This is fine for the general use case, but technically is an unexpected and unwanted "side effect".

jonmcalder avatar Nov 17 '16 02:11 jonmcalder

Absolutely agree this needs to be fixed.

seankross avatar Nov 17 '16 19:11 seankross

Cool - have actually just pushed a pretty simple fix for this (but let me know if my approach is incorrect). It's now included as part of pull request #34

jonmcalder avatar Nov 17 '16 20:11 jonmcalder