now when setup or teardown of a test item/function fails and the test is marked "xfail" it will show up as an xfail-ed test.
rep.longrepr will now be a 3-tuple (path, lineno, message)
- pytest.py is new module, making "python -m pytest" work always - _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages