Benjamin Peterson
|
8e83af1c33
|
fix spacing
|
2011-12-19 14:23:39 -05:00 |
holger krekel
|
82ba764bb6
|
fix unorderable types as reported by Ralf Schmitt
|
2011-12-14 10:56:51 +00:00 |
holger krekel
|
c4fe622b82
|
fix issue93 - avoid "delayed" teardowns for distributed testing by
simplifying handling of teardowns.
|
2011-12-02 21:00:19 +00:00 |
holger krekel
|
ec0565fac5
|
introduce metafunc.parametrize() and @pytest.mark.parametrize with examples. deprecate metafunc.addcall()
|
2011-11-17 11:09:21 +00:00 |
holger krekel
|
a2f4a11301
|
refine lsof/FD leakage testing and rework test setup and some of pytest own tests. Note that the actual diff to non-test code is small. Also remove some redundant tests (introduced by a copy-paste-error apparently in test_mark.py).
|
2011-11-07 18:08:41 +00:00 |
holger krekel
|
ce1b456762
|
back out pytest_configure_funcargs hook for now
|
2011-06-01 15:08:54 +02:00 |
Benjamin Peterson
|
dd199d255c
|
move _setupstate into session
|
2011-05-26 17:08:56 -05:00 |
Ronny Pfannschmidt
|
b6815538c5
|
introduce the pytest_configure_funcargs hook for better control on funcarg instanciation/configuration
|
2011-05-12 23:47:05 +02:00 |
holger krekel
|
ed6d2537bc
|
fix issue33 - no collection error for classes prefixed "test" deriving from object
|
2011-03-16 16:36:18 +01:00 |
holger krekel
|
c552b58dc5
|
fix issue27 - --collectonly and -k keyword selection now work together.
internally, collectonly and terminal reporting has been unified.
|
2011-03-06 18:32:00 +01:00 |
holger krekel
|
18e784c9c9
|
re-introduce pytest._fillfuncargs - it's actually used by oejskit,
added a test documenting this.
|
2011-03-06 08:56:58 +01:00 |
holger krekel
|
bfe6e98abb
|
don't expose _fillfuncargs (no clue why it ever was exposed)
|
2011-03-05 14:29:10 +01:00 |
holger krekel
|
318e8a404b
|
fix and improve error reporting for parametrizing funcargs (originally reported by antlong)
|
2011-03-05 12:11:35 +01:00 |
holger krekel
|
6f3b84da9f
|
fix issue 28 - setup_method now works with pytest_generate_tests
|
2011-03-02 18:03:43 +01:00 |
holger krekel
|
b8f0d10f80
|
fix a pypy related regression - re-allow self.NAME style collection tree customization
|
2011-01-18 12:47:31 +01:00 |
holger krekel
|
aea4d1bd7a
|
fix regression with yield-based tests (hopefully)
|
2011-01-14 13:30:36 +01:00 |
holger krekel
|
4cb2c74159
|
introduce new discovery mechanism
XXX experiment with using it before introducing it or wait
for feature request
|
2010-11-24 22:01:04 +01:00 |
holger krekel
|
9a21a81740
|
add ability to use scope="class" in request.cached_setup() calls
|
2010-11-20 18:03:18 +01:00 |
holger krekel
|
a698465487
|
streamline docs, especially use "import pytest" and "pytest.*" in python code examples instead of "import py" and "py.test.*".
|
2010-11-17 22:12:16 +01:00 |
holger krekel
|
076e03e90f
|
also un-nest test directory
|
2010-11-13 11:30:40 +01:00 |