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-02 08:08:26 +02:00
2013-10-01 12:37:11 +02:00
2013-08-01 15:38:03 +02:00
2013-09-09 12:41:29 +02:00
2012-04-13 12:41:02 +02:00
2013-08-01 17:32:19 +02:00
2013-10-10 18:01:56 -04:00
2013-09-30 16:09:26 +02:00
2013-10-03 13:53:22 +02:00
2013-10-01 13:20:20 +01:00
2013-07-06 10:26:14 +02:00
2013-09-30 13:14:14 +02:00
2013-09-28 22:23:00 +02:00
2013-09-27 12:28:34 +02:00
2013-07-06 21:30:24 +02:00
2013-07-26 08:59:31 +02:00
2012-12-04 20:31:37 +01:00
2013-10-01 12:37:11 +02:00
2013-10-11 14:36:54 +02:00
2013-09-27 12:33:06 +02:00
2013-08-16 11:33:58 +02:00
2013-10-03 18:02:54 +02:00
2011-11-14 17:51:12 +01:00
2013-09-06 15:29:00 +02:00
2013-09-30 13:14:14 +02:00
2010-11-17 22:12:16 +01:00
2011-12-10 08:49:21 +00:00
2013-08-02 09:52:40 +02:00
2013-09-06 11:56:04 +02:00
2013-09-30 13:14:14 +02:00
2013-10-09 22:55:20 +02:00
2013-10-03 18:53:40 +02:00
2013-10-03 14:22:54 +02:00
2013-09-09 09:56:53 +02:00