Skip to content

Unit test failures in Python 3.7.0a3 #244

@tleonhardt

Description

@tleonhardt

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions