holger krekel
|
bb6f3ebd31
|
slightly improve -k help string
cosmetic change to test_nose.py
|
2013-04-16 09:04:05 +02:00 |
Ronny Pfannschmidt
|
9c9679945e
|
fix Issue 265 - integrate nose setup/teardown with setupstate
as sideeffect teardown is only called if setup doesnt fail
|
2013-03-25 10:52:02 +01:00 |
Ronny Pfannschmidt
|
162c3689c6
|
fix issue 260 - don't use nose specials on plain unittest cases
|
2013-02-07 17:53:13 +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 |
Ronny Pfannschmidt
|
df444906d6
|
merge pull request
|
2012-11-05 21:18:50 +01:00 |
Ronny Pfannschmidt
|
04754f6748
|
test call_optional not calling non-callable functions
|
2012-11-05 21:17:58 +01:00 |
holger krekel
|
1b61fbc8ed
|
- fix test_nose.py by being more tolerant about the error message
(differs between py32 and py33, thanks Arfrever)
- use pypi again now that py is released
|
2012-10-22 10:55:59 +02:00 |
holger krekel
|
dc4e205876
|
typographic fixes, little simplification
|
2012-10-17 09:21:04 +02:00 |
holger krekel
|
f5d796b093
|
improve docs further, refine unittest docs, rename ``autoactive`` to ``autouse``
to better match ``@pytest.mark.usefixtures`` naming.
|
2012-10-12 14:52:36 +02:00 |
holger krekel
|
d630d02c5b
|
remove pytest.setup usage
|
2012-10-08 08:34:21 +02:00 |
holger krekel
|
465cfff6f9
|
don't call nose' setup methods if they are marked with pytest.setup
|
2012-09-22 00:23:36 +02:00 |
holger krekel
|
758b5e3511
|
fix issue53: nose-style setup now called with the correct ordering
|
2011-07-05 21:23:59 +02:00 |
holger krekel
|
1b3fb3d229
|
fix issue15 - tests for python3/nose-1.0 combo work now
|
2011-01-11 17:27:34 +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 |