Files
python/exercises
Christoph Schindler e09638f16f grade-school: Catch false positives due to test case being sorted already (#467)
From Python 3.6 on, dictionaries retain the order in which items are
added. If the test case puts the items into the tested class in sorted
order, even a naive implementation (one that does no sorting) can pass
by giving back all items in the original order.
2017-05-28 10:04:20 +02:00
..
2017-04-02 17:25:02 +02:00
2017-03-28 02:56:34 +02:00
2017-05-09 11:56:30 +02:00
2017-04-04 13:54:26 +02:00
2017-04-04 22:35:02 +02:00
2017-04-04 14:01:56 +02:00
2017-04-27 18:10:59 +02:00
2017-03-28 02:55:07 +02:00
2017-03-20 16:48:11 +01:00
2017-05-07 14:24:54 +02:00
2017-03-28 02:54:41 +02:00
2017-04-07 15:56:25 +02:00
2017-04-08 08:23:43 +02:00
2017-04-02 17:10:27 +02:00
2017-03-23 13:48:14 +01:00
2017-03-28 02:55:59 +02:00
2017-04-22 11:49:11 +02:00