fix issue217 - to support @mock.patch with pytest funcarg-fixtures, also split out python integration tests into python/integration.py and fix nose/mark tests

This commit is contained in:
holger krekel
2012-11-06 11:04:11 +01:00
parent f203401964
commit dba2a8bc64
9 changed files with 136 additions and 67 deletions

View File

@@ -253,7 +253,7 @@ class TestFunctional:
""")
items, rec = testdir.inline_genitems(p)
for item in items:
print item, item.keywords
print (item, item.keywords)
assert 'a' in item.keywords
def test_mark_with_wrong_marker(self, testdir):