holger krekel
|
f263f54889
|
make yielded tests participate in the autouse protocol
|
2012-11-19 22:17:59 +01:00 |
holger krekel
|
d66ff7e63e
|
fix autouse invocation (off-by-one error), relates to issue in moinmoin test suite
|
2012-11-19 22:17:55 +01:00 |
holger krekel
|
f3e03fc298
|
modernize tmpdir fixture (use request.node in tmpdir fixture, use @pytest.fixture)
|
2012-11-19 14:07:14 +01:00 |
holger krekel
|
2ef350aede
|
getting rid of redundant "active" attribute
|
2012-11-19 12:42:10 +01:00 |
holger krekel
|
b940ed11a0
|
fix issue226 - LIFO ordering for fixture-added teardowns
|
2012-11-16 10:03:51 +01:00 |
holger krekel
|
5b64b0130d
|
fix typo (thanks Thomas Waldmann)
|
2012-11-14 09:40:01 +01:00 |
holger krekel
|
c64c567b75
|
fix issue224 - invocations with >256 char arguments now work
|
2012-11-12 10:15:43 +01:00 |
holger krekel
|
4ac465acfb
|
allow to pass expressions to "-k" option, just like with the "-m" option
|
2012-11-09 12:29:33 +01:00 |
holger krekel
|
a4909a0ae4
|
allow to dynamically define markers (e.g. during pytest_collection_modifyitems)
|
2012-11-09 12:07:41 +01:00 |
holger krekel
|
476d210d09
|
prolong workaround for jython AST bug http://bugs.jython.org/issue1497
to make pytest work for post-2.5.1 jython versions
|
2012-11-07 10:05:39 +01:00 |
holger krekel
|
d6f10d502c
|
fix py31 compat, amend setup.py long description
|
2012-11-06 15:36:11 +01:00 |
holger krekel
|
65d6ebe7d1
|
bump to 2.3.3, add release announce
|
2012-11-06 14:41:10 +01:00 |
holger krekel
|
33cd414420
|
fix issue127 improve pytest_addoption docs, add new config.getoption(name) method for consistency.
|
2012-11-06 14:09:12 +01:00 |
holger krekel
|
dba2a8bc64
|
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
|
2012-11-06 11:04:11 +01:00 |
holger krekel
|
f203401964
|
amend changelog entries
|
2012-11-06 09:27:58 +01:00 |
holger krekel
|
002c5072af
|
addresses issue209 - avoid error messages from pip on python2.4 related to file, however, never be imported with this interpreter
|
2012-11-06 09:08:54 +01:00 |
Ronny Pfannschmidt
|
df444906d6
|
merge pull request
|
2012-11-05 21:18:50 +01:00 |
holger krekel
|
7e831b66ec
|
fix issue148 - recognize @unittest.skip on classes, avoid setup/teardown
|
2012-11-03 20:54:48 +01:00 |
holger krekel
|
ca281b7c1b
|
remove unused code
|
2012-11-02 16:04:56 +01:00 |
holger krekel
|
fb173a97a8
|
extended - fix issue214 - ignore attribute-access errors with objects in test modules that can blow up (for example flask's request object)
|
2012-10-31 17:00:55 +01:00 |
Ronny Pfannschmidt
|
e7e5ee805f
|
fix issue 214 - gracefully handle proxy objects that look like fixtures
|
2012-10-31 17:00:43 +01:00 |
holger krekel
|
fce13c3e46
|
re-allow to parametrize with values that don't support __eq__ (closes issue213)
|
2012-10-28 14:52:43 +01:00 |
holger krekel
|
6b6080ae6c
|
remove unused code
|
2012-10-28 10:12:36 +01:00 |
holger krekel
|
6ad16936bb
|
bump version to 2.3.2, regen docs and changelog
|
2012-10-25 13:48:31 +02:00 |
holger krekel
|
b8277bfed8
|
fix issue127 - improve pytest_addoption and related documentation
|
2012-10-25 11:07:07 +02:00 |
holger krekel
|
2637326782
|
improve support for trial a bit more: don't run trial's empty TestCase.runTest() method
|
2012-10-22 19:22:01 +02:00 |
holger krekel
|
aa79c0a4b9
|
fix unittest emulation: TestCase.runTest is now ignored
if there are test* methods.
|
2012-10-22 16:25:09 +02:00 |
holger krekel
|
05c86aeb28
|
make sure ihook uses a node's fspath - important for hooks
e.g. during a Module's collect to pick up conftest.py files
residing in the same dir
|
2012-10-22 16:12:22 +02:00 |
holger krekel
|
f28f073c7c
|
fix teardown-ordering for parametrized setups/teardowns
|
2012-10-22 12:16:54 +02:00 |
holger krekel
|
036557ac18
|
fix issue206 - unset PYTHONDONTWRITEBYTECODE in assertrewrite test
|
2012-10-22 11:14:18 +02:00 |
holger krekel
|
97f03edcd6
|
fix issue205 - nested conftest to pickup pycollect_makemodule - relates to the two
reports of a failing doc/en/example/py2py3.
|
2012-10-22 10:17:50 +02:00 |
holger krekel
|
d55fc611c4
|
properly handle non-existent PYTHONPATH
|
2012-10-20 17:39:15 +02:00 |
holger krekel
|
720fe3405b
|
allow to run self-tests with "python setup.py test" for pytest tests itself
|
2012-10-20 17:32:03 +02:00 |
holger krekel
|
c894b2b459
|
add tox.ini to distribution
|
2012-10-20 17:08:02 +02:00 |
holger krekel
|
289ee1c6ea
|
prepare a 2.3.1
|
2012-10-20 14:05:33 +02:00 |
holger krekel
|
f41f7fda68
|
improve --markers output
|
2012-10-20 13:56:53 +02:00 |
holger krekel
|
9ed127b5da
|
fix issue203 - fixture functions with a scope=function should have a "self" that points to the actual instance with which the test functions run.
|
2012-10-20 09:59:20 +02:00 |
holger krekel
|
fae34ca5e3
|
proper version number (2.3.1.dev*)
|
2012-10-19 16:00:29 +02:00 |
holger krekel
|
0852e84d9f
|
skip pexpect using tests on freebsd
|
2012-10-19 15:59:29 +02:00 |
holger krekel
|
dca5fa2241
|
fixing links for 2.3 release, and fixing a windows32 failure on py3
|
2012-10-19 10:53:28 +02:00 |
holger krekel
|
586befb945
|
make usefixtures appear in py.test --markers output
|
2012-10-19 10:17:13 +02:00 |
holger krekel
|
b0b6695538
|
improve automatic id generation for parametrized tests
|
2012-10-19 10:07:13 +02:00 |
holger krekel
|
024df6e00b
|
some more finalization of docs
|
2012-10-19 10:07:11 +02:00 |
holger krekel
|
64544bee1a
|
fix trial tests
|
2012-10-18 15:09:20 +02:00 |
holger krekel
|
7c8755cc89
|
refine docs, fix a marker/keywords bit, and add a test that request.keywords points to node.keywords.
|
2012-10-18 15:06:55 +02:00 |
holger krekel
|
7d747a1cde
|
remove .markers attribute which was added in development and after 2.2.4
so never released. Rather extend keywords to also exist on nodes. Assigning
to node.keywords will make the value appear on all subchildren's
keywords.
|
2012-10-18 13:52:32 +02:00 |
holger@merlinux.eu
|
cf17f1d628
|
fixing the fix of the last commit
|
2012-10-17 13:45:03 +02:00 |
holger krekel
|
67de2c53ac
|
fix issue198 - detection of fixtures from conftest.py files in deeper nested dir structures with certain invocations
|
2012-10-17 13:42:40 +02:00 |
holger krekel
|
26ab80c4cd
|
fix and test --fixtures location information
|
2012-10-17 13:12:33 +02:00 |
holger krekel
|
20849a44f5
|
improve --fixtures output with per-plugin grouping and hiding underscore names in non-verbose mode, re-introduce --funcargs for compatibiliy
|
2012-10-17 12:57:05 +02:00 |