test_ok2/testing/python
holger krekel 426907eafb radically simplify eq/neq with nodes by just using Pythons builtin "is" relationship.
The need for comparing two separately instantiated nodes seems to be historic
(related to an already-gone mode of pytest-xdist which would re-collect nodes)
and not actually needed anymore.
2013-12-07 16:39:53 +01:00
..
collect.py radically simplify eq/neq with nodes by just using Pythons builtin "is" relationship. 2013-12-07 16:39:53 +01:00
fixture.py refactor internal finalization mechanics such that all fixture arguments 2013-12-07 16:37:46 +01:00
integration.py allow to use pytest.fixture decorator on old-style pytest_funcarg__NAME definitions. 2013-12-04 07:16:34 +01:00
metafunc.py refactor internal finalization mechanics such that all fixture arguments 2013-12-07 16:37:46 +01:00
raises.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00