keystone/tools
Brant Knudson c8302509e6 Debug env for tox
Running a test with pdb was difficult because testr captures
output and causes pdb prompt to quit.

Tips for how to run with debug are provided here:
 https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests

This change puts these commands into a debug env in tox.ini so
you can do a command like

 tox -e debug test_v3_trust_token_get_token_fails

or, for more granularity:
 tox -e debug keystone.tests.test_sql_migrate_extensions.EndpointFilterExtension
 tox -e debug keystone.tests.test_sql_migrate_extensions.EndpointFilterExtension.test_downgrade

and when it hits your breakpoint you'll get the debug prompt.

Change-Id: I2b5dc81f4652dc89ecbcc7c785245a81cf77a1ca
2013-12-10 16:37:16 -08:00
..
colorizer.py Sync From OSLO 2013-12-04 04:41:17 +10:00
convert_to_sqlite.sh add sql for import legacy tests 2012-02-13 18:05:30 -08:00
debug_helper.sh Debug env for tox 2013-12-10 16:37:16 -08:00
install_venv.py Remove obsolete redhat-eventlet.patch 2013-11-14 17:49:54 -06:00
install_venv_common.py Sync From OSLO 2013-12-04 04:41:17 +10:00
sample_data.sh Merge "Change deprecated CLI arguments" 2013-11-11 01:51:51 +00:00
with_venv.sh Enclose command args in with_venv.sh 2013-09-20 05:46:45 +08:00