When running the pytest unit tests for cmd2 with the alpha 3 development version of Python 3.7, there are 7 failures, all within the test_parse_transcript_expected test suite.
They all appear to be similar in nature, like the following:
AssertionError: assert 'use\\ 2/3\\ cup' == 'use\\ 2\\/3\\ cup'
E - use\ 2/3\ cup
E + use\ 2\/3\ cup
I have no idea if something changed in Python 3.7 which is causing these failures or if it is a change in pytest which is causing them.