diff --git a/_pytest/assertion/rewrite.py b/_pytest/assertion/rewrite.py index cf295ef1b..97eeb6623 100644 --- a/_pytest/assertion/rewrite.py +++ b/_pytest/assertion/rewrite.py @@ -1,7 +1,6 @@ """Rewrite assertion AST to produce nice error messages""" import ast -import collections import errno import itertools import imp diff --git a/doc/usage.txt b/doc/usage.txt index 0060ca747..56825c5e7 100644 --- a/doc/usage.txt +++ b/doc/usage.txt @@ -70,7 +70,7 @@ Dropping to PDB (Python Debugger) on failures .. _PDB: http://docs.python.org/library/pdb.html Python comes with a builtin Python debugger called PDB_. ``py.test`` -allows to drop into the PDB prompt via a command line option:: +allows one to drop into the PDB prompt via a command line option:: py.test --pdb