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".
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".