summaryrefslogtreecommitdiff
path: root/bs4/tests/__init__.py
AgeCommit message (Expand)Author
2023-12-03Corrected a typo in a test that was causing test failures when run againstLeonard Richardson
2023-03-21Reimplemented the pretty-print algorithm to remove recursive function calls.Leonard Richardson
2023-02-15When the html.parser parser decides it can't parse a document, BeautifulLeonard Richardson
2023-01-31Consistently use pytest.mark.skipif to skip tests when the corresponding libr...Leonard Richardson
2023-01-25Made the ISO-8859 test robust in a less hacky way.Leonard Richardson
2023-01-25Made the ISO-8859-1 smoke test more robust.Leonard Richardson
2022-04-10Fixed another crash when overriding multi_valued_attributes and using theLeonard Richardson
2021-10-24Issue a warning when an HTML parser is used to parse a document thatLeonard Richardson
2021-10-24Used a warning to formally deprecate the 'text' argument in favor of 'string'.Leonard Richardson
2021-10-23Added a workaround for an lxml bug (https://bugs.launchpad.net/lxml/+bug/19...Leonard Richardson
2021-10-23Fixed a crash when overriding multi_valued_attributes and using theLeonard Richardson
2021-10-11Broke up some monolithic unit test files.Leonard Richardson
2021-10-11Moved the test classes to tests/__init__.py.Leonard Richardson