Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: handle file:// URLs with spaces in paths | Scott Talbert | 2022-01-22 | 1 | -1/+3 |
* | Windows compatibility for test suite | Oleg Pudeyev | 2018-06-01 | 1 | -1/+1 |
* | Header test uses utf-8 encoded strings, change all encoding declarations in s... | Oleg Pudeyev | 2013-12-31 | 1 | -1/+1 |
* | Avoid treating exception as a tuple as this no longer works in python 3 | Oleg Pudeyev | 2013-12-14 | 1 | -1/+1 |
* | Handle the possibility of other tests failing in Python code called from C | Oleg Pudeyev | 2013-12-14 | 1 | -0/+7 |
* | Python 3 compatibility: except syntax | Oleg Pudeyev | 2013-03-15 | 1 | -1/+2 |
* | Fix mode on write abort test | Oleg Pudeyev | 2013-03-12 | 1 | -0/+0 |
* | Correct shebang | Oleg Pudeyev | 2013-03-11 | 1 | -1/+1 |
* | setup/teardown consistent with other tests | Oleg Pudeyev | 2013-03-11 | 1 | -8/+5 |
* | write_abort_test.py: test returning -1 from write callback | Kamil Dudka | 2013-03-11 | 1 | -0/+35 |