aboutsummaryrefslogtreecommitdiff
path: root/python/tests
AgeCommit message (Expand)AuthorFilesLines
2023-07-05add tests with UTF8/UTF16 non-ASCII textEvgenii Kliuchnikov1-0/+2
2023-01-17Internal changeBrotli2-2/+9
2021-11-10Prepare for copybara (#939)Eugene Kliuchnikov1-6/+10
2018-11-12Ensure decompression consumes all input (#730)Justin Ridgewell2-0/+13
2018-03-23Fix "memory leak" in python tests (#652)Eugene Kliuchnikov2-0/+6
2017-08-08Python: Update bro_test to reference script directly (#582)Alex Nicksay3-11/+9
2017-08-04Update API, and more (#581)Eugene Kliuchnikov2-28/+1
2017-07-21Update (#574)custom-dictionaryEugene Kliuchnikov1-2/+4
2017-06-30Update (#569)Eugene Kliuchnikov1-0/+47
2016-12-20Python: Simplify test suite generation by using unittest discovery (#485)Alex Nicksay5-4/+4
2016-12-12Python: Use a temporary directory for generated files in tests (#481)Alex Nicksay1-2/+5
2016-12-09Python: Convert bro.py tests to unittest style (#478)Alex Nicksay6-213/+159
2016-11-09Python: Add unit tests for brotli.compress and brotli.decompress (#467)Alex Nicksay8-119/+282
2016-10-31Python: Add tests for streamed compression (#458)Alex Nicksay2-15/+159
2016-06-17Restore platform suffixeustas1-1/+2
2016-06-16Remove platform suffixeustas1-2/+1
2016-06-16Fix library patheustas1-1/+1
2016-06-13Fix CI build.Eugene Kliuchnikov1-1/+1
2016-06-13Convert encoder to plain C.Eugene Kliuchnikov1-1/+1
2016-06-03Fix test file patheustas1-1/+1
2016-06-03Fix test file patheustas1-1/+1
2016-04-10python/tests: clean up generated files if successfulCosimo Lupo3-1/+14
2016-02-24Truncate dictionary to window size.Eugene Kliuchnikov1-12/+13
2016-02-23Remove streaming test.Eugene Kliuchnikov1-9/+0
2016-02-23Add binding for custom_dictionary.Eugene Kliuchnikov1-0/+44
2015-05-11[roundtrip_test.py] repeat test at different quality (1, 6, 9, 11)Cosimo Lupo1-17/+21
2015-05-08[python] use built-in split instead of 'string' module for py23Cosimo Lupo1-2/+1
2015-05-07Handle multiple compressed files per original in the test.Zoltan Szabadka1-23/+6
2015-04-22[python] refactored tests and import shared utilities from moduleCosimo Lupo3-48/+38
2015-04-22[python] prepend build/lib folder to PYTHONPATH before running testsCosimo Lupo2-6/+37
2015-03-23[python] fix calling python script as subprocess on WindowsCosimo Lupo2-19/+12
2015-03-22[python] fix subprocess shell pipelineCosimo Lupo2-8/+11
2015-03-16add Python port of bro utility and scripts to test Brotli extensionCosimo Lupo2-0/+103