test_ok2/testing/python
holger krekel 5c8e5acf9d change test module importing behaviour to append to sys.path
instead of prepending.  This better allows to run test modules
against installated versions of a package even if the package
under test has the same import root.  In this example::

   testing/__init__.py
   testing/test_pkg_under_test.py
   pkg_under_test/

the tests will preferrably run against the installed version
of pkg_under_test whereas before they would always pick
up the local version.

--HG--
branch : prefer_installed
2015-04-17 22:25:35 +02:00
..
collect.py change test module importing behaviour to append to sys.path 2015-04-17 22:25:35 +02:00
fixture.py fix issue660: properly report fixture scope mismatches independent 2015-04-01 18:42:48 +02:00
integration.py change test module importing behaviour to append to sys.path 2015-04-17 22:25:35 +02:00
metafunc.py Raise specific MarkerError rather than generic ValueError 2015-03-23 20:01:58 +01:00
raises.py Improve error message if pytest.raises is used wrongly 2014-04-14 18:09:10 -04:00