Ran Benita
bc17034a67
Fix typing of params ids callable form
...
The previous typing had an object passed to the user, which they can't
do anything with without asserting, which is inconvenient. Change it to
Any instead.
Note that what comes *back* to pytest (the return value) should be an
`object`, because we want to handle arbitrary objects without assuming
anything about them.
2020-07-14 14:53:42 +03:00
..
2020-07-10 13:08:56 +03:00
2020-07-10 13:08:56 +03:00
2019-06-03 12:08:01 -03:00
2019-10-26 16:28:17 +03:00
2020-07-11 16:01:45 -03:00
2020-07-11 13:40:28 -03:00
2020-07-10 13:08:56 +03:00
2020-07-01 20:29:04 +03:00
2020-05-23 11:50:33 -03:00
2020-07-07 07:45:27 -03:00
2020-03-27 18:40:23 +03:00
2020-07-08 19:04:56 +03:00
2020-07-10 13:08:56 +03:00
2020-05-15 18:35:38 -03:00
2020-07-10 13:08:56 +03:00
2020-07-10 13:08:56 +03:00
2020-06-13 11:29:01 -03:00
2020-07-10 13:08:56 +03:00
2020-06-13 11:29:01 -03:00
2020-06-05 11:34:20 +03:00
2020-07-10 13:08:56 +03:00
2019-07-04 15:00:10 +02:00
2020-07-08 19:04:56 +03:00
2020-04-09 17:23:54 +03:00
2020-06-08 10:03:10 -03:00
2020-05-23 11:27:58 -03:00
2020-07-10 13:08:56 +03:00
2020-06-08 10:56:40 -03:00
2020-06-08 21:54:22 -03:00
2020-06-05 15:57:48 +03:00
2020-07-10 13:08:56 +03:00
2020-04-09 16:56:01 +02:00
2020-06-12 17:34:31 +03:00
2020-07-10 13:08:56 +03:00
2020-01-23 10:45:31 +01:00
2020-02-11 19:22:28 -03:00
2020-06-05 11:34:20 +03:00
2020-06-25 14:05:46 +03:00
2020-07-07 07:45:27 -03:00
2020-07-10 13:08:56 +03:00
2020-06-25 14:30:42 +03:00
2020-06-05 11:34:20 +03:00
2020-06-12 22:49:33 +10:00
2020-06-05 11:34:20 +03:00
2020-07-10 13:08:56 +03:00
2020-02-28 18:38:07 +01:00
2020-05-10 16:59:20 +03:00
2020-05-12 09:29:40 +03:00
2020-07-09 23:10:32 +03:00
2020-06-26 09:50:19 -03:00
2020-07-10 13:08:56 +03:00
2020-07-10 13:08:56 +03:00
2020-06-05 11:34:20 +03:00
2020-06-05 11:34:20 +03:00
2019-06-15 11:48:34 -03:00
2020-06-05 11:34:20 +03:00
2020-07-14 14:53:42 +03:00