From 05b5554cac84504271f7a9d2361558c4c413bd12 Mon Sep 17 00:00:00 2001 From: aostr Date: Sat, 25 Jun 2016 12:09:05 +0200 Subject: [PATCH] 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. --- _pytest/{pdb.py => debugging.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _pytest/{pdb.py => debugging.py} (100%) diff --git a/_pytest/pdb.py b/_pytest/debugging.py similarity index 100% rename from _pytest/pdb.py rename to _pytest/debugging.py