Chris Hill-Scott
21cec873d0
Stop calling fake_uuid fixture directly
...
Pytest is deprecating the direct calling of fixtures. One fixture that
we call directly quite a lot is `fake_uuid`. Since it just returns the
value of `sample_uuid()` we can either call that instead (where we need
a fixed value) or generate a new UUID each time (where a fixed value is
not needed).
2018-09-27 14:14:10 +01:00
..
2018-05-09 15:32:46 +01:00
2018-04-25 14:12:58 +01:00
2018-07-17 14:39:04 +01:00
2018-07-13 17:02:27 +01:00
2018-09-07 11:13:01 +01:00
2018-09-05 10:32:44 +01:00
2018-05-09 13:44:33 +01:00
2018-09-27 14:14:10 +01:00
2018-02-27 16:35:13 +00:00
2018-08-22 19:03:52 +01:00
2018-07-30 11:14:01 +01:00
2018-09-13 15:37:52 +01:00
2018-08-29 16:16:21 +01:00
2018-06-15 16:27:17 +01:00
2018-07-16 17:37:26 +01:00
2018-04-25 14:12:58 +01:00
2018-08-07 16:56:37 +01:00
2018-08-29 15:54:17 +01:00
2018-09-07 15:06:24 +01:00
2018-02-27 16:35:13 +00:00
2018-07-30 11:31:51 +01:00
2018-08-09 13:49:06 +01:00
2018-03-19 16:41:16 +00:00
2018-09-25 11:05:32 +01:00
2018-09-07 11:13:01 +01:00
2018-07-11 13:31:38 +01:00
2018-09-27 14:14:10 +01:00
2018-09-27 14:14:10 +01:00
2018-03-14 15:39:55 +00:00
2018-05-09 14:00:24 +01:00
2018-08-22 19:03:52 +01:00
2018-05-08 16:53:54 +01:00
2018-04-25 14:12:58 +01:00
2018-05-03 16:14:13 +01:00