- renamed subpacket and packet files to be more easily eye-sortable

- updated parametrizations to match the new filenames
 - disabled stdout capturing in py.test
 - added classname output to TestPacket.test_load
This commit is contained in:
Michael Greene
2014-08-07 13:49:01 -07:00
parent d6e323e68c
commit e1f43a3519
70 changed files with 27 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ envlist = pypy, py27, py32, py33, py34, pep8, setup, setup27
skipsdist = True
[pytest]
addopts = -vv
addopts = -vv -s
norecursedirs = testdata
[testenv]