fix issue215 - refactor test_python.py into multiple files:

- python/collect.py cotaining the core collection nodes
- python/fixture.py containing funcargs/fixture code
- python/metafunc.py generate_tests and metafunc usage
- python/raises.py the pytest.raises implementation
This commit is contained in:
holger krekel
2012-11-02 16:04:57 +01:00
parent ca281b7c1b
commit ba9b27fcd3
6 changed files with 1599 additions and 1604 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ plugins=pytester
#--pyargs --doctest-modules --ignore=.tox
addopts= -rxs
rsyncdirs=tox.ini pytest.py _pytest testing
python_files=test_*.py *_test.py
python_files=test_*.py *_test.py testing/*/*.py
python_classes=Test Acceptance
python_functions=test
pep8ignore = E401 E225 E261 E128 E124 E302