summaryrefslogtreecommitdiff
path: root/src/lxml/html/tests/test_html5parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using the deprecated "imp" module.HEADmasterStefan Behnel2023-05-111-1/+2
| | | | Closes https://bugs.launchpad.net/lxml/+bug/2018137
* Avoid using the deprecated "imp" module.Stefan Behnel2023-05-111-2/+4
| | | | Closes https://bugs.launchpad.net/lxml/+bug/2018137
* Merge pull request #270 from hugovk/rm-2.6scoder2018-08-261-18/+2
|\ | | | | Remove redundant Python <= 2.6 code
| * Use tempfile.NamedTemporaryFile directlyHugo2018-08-261-3/+1
| |
| * Remove redundant code for Python <= 2.6Hugo2018-08-251-17/+3
| |
* | Fix typo in test file.Stefan Behnel2018-08-261-1/+1
|/
* Fix tests after making "useChardet" handling smarter.Stefan Behnel2017-08-121-5/+16
|
* Perform full-document detection on decoded bytes.Koert van der Veer2017-03-161-0/+6
| | | | Closes #1673355
* clean up test module (mostly formatting)Stefan Behnel2014-02-211-2/+16
|
* more faking of NamedTemporaryFile(delete=False) in Py2.[45]Stefan Behnel2014-02-191-1/+12
|
* clean up test changesStefan Behnel2014-02-191-8/+12
|
* python 3 fixesGabi Davar2014-02-161-3/+6
| | | | | --HG-- extra : rebase_source : 7bee297054a17cee778109cd465625870e2af8eb
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-6/+25
| | | | | --HG-- extra : rebase_source : 48a48c732d63f466b845af1ebf6e27091405fc16
* win32 test fixStefan Behnel2014-01-231-1/+2
|
* close some more files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-2/+8
|
* close files in test (avoids warnings in Py3 debug builds)Stefan Behnel2012-04-211-13/+26
|
* Unit tests for lxml.html.html5parserJeff Dairiki2012-03-311-0/+358
--HG-- extra : rebase_source : fc5d3b785f1eb962b54077611438af2667e1f2e8