|
f66c7c54
|
2016-04-10T20:51:10
|
|
python/tests: clean up generated files if successful
|
|
e6913b2e
|
2015-05-08T10:06:18
|
|
[python] use built-in split instead of 'string' module for py23
In python3, the 'string' module no longer has a 'split' function.
|
|
10a2f374
|
2015-05-07T20:43:01
|
|
Handle multiple compressed files per original in the test.
Add some more test cases that decompress to the empty
file or a one byte long file. These test cases have
examples for the updated stream header and meta-block
header formats.
|
|
cdde52ef
|
2015-04-22T17:54:56
|
|
[python] refactored tests and import shared utilities from module
|
|
906f4f52
|
2015-04-22T16:49:00
|
|
[python] prepend build/lib folder to PYTHONPATH before running tests
|
|
17866801
|
2015-03-23T12:09:42
|
|
[python] fix calling python script as subprocess on Windows
|
|
203fe326
|
2015-03-22T00:15:54
|
|
[python] fix subprocess shell pipeline
|
|
b33e10e9
|
2015-03-16T17:56:10
|
|
add Python port of bro utility and scripts to test Brotli extension
|