Bruno Oliveira
|
5ce551e469
|
Merge pull request #2075 from pytest-dev/master
Merge master into features after fixing flake8 errors
|
2016-11-22 14:10:31 -02:00 |
Bruno Oliveira
|
1eb5a690d4
|
Fix flake8 E305 and E306 errors
These errors started to appear with flake8-3.1.1, while they don't appear with
version 3.1.0 (weird).
|
2016-11-20 18:59:15 -02:00 |
David Szotten
|
0ac85218d1
|
allow pdbcls without implying usepdb
|
2016-09-21 09:45:20 +00:00 |
mbyt
|
8593bb12ee
|
pdbcls ipython example with tab completion
|
2016-08-29 21:15:12 +02:00 |
Antony Lee
|
7ee3dd1cb5
|
Add tests for custom pdb class.
(and edit CHANGELOG)
|
2016-07-11 20:07:29 -07:00 |
Antony Lee
|
6383b53ad9
|
Allow passing a custom Pdb subclass via --pdbcls.
This obviates the need for plugins such as `pytest-ipdb`; instead one
can simply call `py.test --pdb=IPython.core.debugger:Pdb`
|
2016-07-09 21:10:52 -07:00 |
aostr
|
05b5554cac
|
Renamed pytest pdb to debugging which conflicts with python pdb.
Combining multiple imports the "import pdb" imports the pytest module
as opposed to the python debugger.
|
2016-06-25 12:09:05 +02:00 |