Closed ellert closed 4 years ago
Addresses these warnings:
metakernel/tests/test_parser.py:74 /builddir/build/BUILD/metakernel-0.27.3/metakernel/tests/test_parser.py:74: DeprecationWarning: invalid escape sequence \ assert "Test\ Dir/" in info['path_matches'], info['path_matches'] metakernel/tests/test_parser.py:104 /builddir/build/BUILD/metakernel-0.27.3/metakernel/tests/test_parser.py:104: DeprecationWarning: invalid escape sequence \ assert "Test\ Dir/" in info['path_matches'], info['path_matches'] metakernel/tests/test_parser.py:116 /builddir/build/BUILD/metakernel-0.27.3/metakernel/tests/test_parser.py:116: DeprecationWarning: invalid escape sequence \ assert 'Test\ Dir/' in info['path_matches'], info -- Docs: https://docs.pytest.org/en/stable/warnings.html
Coverage remained the same at 75.25% when pulling 4573c5081ae3eb19c1669d206e9b644bb72edc5d on ellert:escape-backslash into 50e61294994685428fcd584581471628d69da04f on Calysto:master.
I just cut 0.27.5
Addresses these warnings: