Rasmus Lerchedahl Petersen
0a9515dbcd
python: add tests for built-in collections
- constructors: list, tuple, set, dict
- methods:
- general: copy, pop
- list: append
- set: add
- dict: keys, values, items, get, popitem
- functions: sorted, reversed, iter, next
2023-05-10 18:10:05 +02:00
..
2023-05-03 22:01:06 +01:00
2023-05-03 20:33:00 +01:00
2023-05-03 20:33:00 +01:00
2023-05-03 20:33:00 +01:00
2023-05-10 18:10:05 +02:00
2023-04-25 21:34:27 +02:00
2023-03-21 10:24:28 +01:00
2022-11-22 14:46:33 +01:00
2023-05-03 20:33:00 +01:00
2023-05-03 22:01:06 +01:00
2023-05-03 20:33:00 +01:00
2021-12-07 08:54:07 +00:00
2023-05-03 20:33:00 +01:00
2021-07-21 16:35:09 +02:00
2023-04-27 12:04:05 +02:00
2023-05-03 20:33:00 +01:00
2022-04-20 11:42:10 +02:00
2023-05-03 20:33:00 +01:00
2022-06-22 11:05:14 +02:00
2023-05-03 22:01:06 +01:00
2022-11-22 14:46:32 +01:00
2023-05-10 18:10:05 +02:00
2023-05-03 22:01:06 +01:00
2023-05-09 12:34:22 +02:00
2022-10-17 14:34:10 +00:00
2023-05-10 08:58:27 +02:00
2022-06-23 08:48:55 +00:00
2020-08-24 14:54:05 +02:00
2023-05-01 14:58:42 +02:00
2020-11-16 17:25:39 +01:00
2023-05-01 14:58:42 +02:00
2023-05-10 18:10:05 +02:00