made all tests run with Python 2.6 that has unittest2 installed. Added basic tox...
authorEli Bendersky <eliben@gmail.com>
Sat, 24 Dec 2011 04:55:59 +0000 (06:55 +0200)
committerEli Bendersky <eliben@gmail.com>
Sat, 24 Dec 2011 04:55:59 +0000 (06:55 +0200)
commit62ae328a47f955e5193fcc6087cffd9d3175fe9f
treeb5e1bc99a72a9b3e8253314370518bebfe787d9d
parentfd34a0edca672c95ec2b5d6b64650352b33d18b0
made all tests run with Python 2.6 that has unittest2 installed. Added basic tox.ini file for running tox tests
.hgignore
test/run_all_unittests.py
test/test_callframe.py
test/test_dwarf_expr.py
test/test_dwarf_lineprogram.py
test/test_dwarf_structs.py
test/test_utils.py
tox.ini [new file with mode: 0644]