Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_fsobject: fix syntax error | hut | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | Remove accidental prints for debugging | lverweijen | 2016-03-22 | 1 | -4/+0 |
| | |||||
* | Make natural_sort's behaviour better defined | lverweijen | 2016-03-08 | 1 | -0/+38 |
| | | | | | | | The old version relied on comparing integers to strings which is not supported in Python 3 anymore and not a good practice in general anyway. It was also the case that 'hello2' was ordered before 'hello' instead of after, which I found to be non-intuitive. | ||||
* | container.history: fixed rebase() unit test | hut | 2016-02-28 | 1 | -3/+4 |
| | |||||
* | bookmarks: add test | Laurent Charignon | 2016-01-31 | 1 | -0/+52 |
| | |||||
* | history: fix logic error and add test for all the methods | Laurent Charignon | 2016-01-31 | 1 | -2/+96 |
| | |||||
* | tests: add a dummy pytest test and add it to the make test step | Laurent Charignon | 2016-01-31 | 4 | -0/+5 |