Branch: refs/heads/master
Home: https://github.com/pytest-dev/pytest
Commit: f36f9d26983d55d861968757e075b2f8d02e5a1c
https://github.com/pytest-dev/pytest/commit/f36f9d26983d55d861968757e075b2f8d02e5a1c
Author: Daniel Hahler <[email protected]>
Date: 2018-10-10 (Wed, 10 Oct 2018)
Changed paths:
M testing/test_pdb.py
Log Message:
-----------
tests: fix/clarify expect for Pdb
`expect()` expects an regular expression, so "Pdb" is equivalent to
"(Pdb)".
But instead of escaping the parenthesis this patch removes them, to
allow for matching "(Pdb++)", too.
Commit: be511c1a054b718b839dc847001ea50262c834b1
https://github.com/pytest-dev/pytest/commit/be511c1a054b718b839dc847001ea50262c834b1
Author: Daniel Hahler <[email protected]>
Date: 2018-10-10 (Wed, 10 Oct 2018)
Changed paths:
M testing/test_pdb.py
Log Message:
-----------
tests: add missing expect before sendeof for pdbpp
With pdb++ this additional `expect` is required, otherwise `sendeof()`
will block forever.
Commit: e20987ce825e6b012ae7e57594a37d3bcc7a6485
https://github.com/pytest-dev/pytest/commit/e20987ce825e6b012ae7e57594a37d3bcc7a6485
Author: Bruno Oliveira <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M testing/test_pdb.py
Log Message:
-----------
Merge pull request #4110 from blueyed/pdb
tests: fixes for pdbpp
Compare:
https://github.com/pytest-dev/pytest/compare/4b164d947dec...e20987ce825e
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit