holger krekel
d81b703f10
avoid one surprising case of marker malfunction/confusion::
...
@pytest.mark.some(lambda arg: ...)
def test_function():
would not work correctly because pytest assumes @pytest.mark.some
gets a function to be decorated already. We now at least detect if this
arg is an lambda and thus the example will work. Thanks Alex Gaynor
for bringing it up.
2013-10-11 14:36:54 +02:00
..
2013-10-10 17:39:37 -04:00
2013-10-05 21:39:16 +02:00
2013-10-01 16:33:15 +02:00
2013-10-02 12:39:01 +02:00
2013-10-01 13:20:20 +01:00
2013-10-04 11:36:45 +02:00
2013-05-17 12:18:22 -03:00
2013-07-26 08:59:31 +02:00
2013-09-30 13:14:14 +02:00
2013-09-30 13:14:16 +02:00
2012-08-01 09:07:32 +02:00
2013-09-26 08:45:50 +02:00
2013-10-03 15:43:56 +02:00
2013-10-11 14:36:54 +02:00
2013-10-03 18:25:03 +02:00
2013-10-02 14:32:40 +02:00
2013-07-25 15:33:43 +02:00
2013-09-06 15:29:00 +02:00
2013-10-02 14:32:40 +02:00
2013-10-02 08:08:26 +02:00
2013-10-02 14:32:40 +02:00
2013-08-01 16:49:26 +02:00
2013-09-06 11:56:04 +02:00
2013-10-09 22:55:20 +02:00
2013-10-02 14:32:40 +02:00
2013-10-03 18:53:40 +02:00
2013-10-03 14:22:54 +02:00
2013-10-02 14:32:40 +02:00