nyaa/tests
queue b1d187613a bencode: fix nontermination on empty or malformed input
read(1) returns b'' on EOF, which wasn't checked for in a couple cases,
which could cause empty/truncated input to enter one of the `while True`
loops without hope of exit. programming is hard.
2017-07-24 20:53:48 -06:00
..
__init__.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00
test_api_handler.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00
test_backend.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00
test_bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
test_filters.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00
test_models.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00
test_nyaa.py Amend method name to reflect actual reg URL test 2017-06-08 04:05:00 +03:00
test_utils.py Fix RFC822 filters + More tests (#257) 2017-07-07 16:14:37 -05:00