index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bs4
/
tests
/
__init__.py
Age
Commit message (
Expand
)
Author
2023-12-03
Corrected a typo in a test that was causing test failures when run against
Leonard Richardson
2023-03-21
Reimplemented the pretty-print algorithm to remove recursive function calls.
Leonard Richardson
2023-02-15
When the html.parser parser decides it can't parse a document, Beautiful
Leonard Richardson
2023-01-31
Consistently use pytest.mark.skipif to skip tests when the corresponding libr...
Leonard Richardson
2023-01-25
Made the ISO-8859 test robust in a less hacky way.
Leonard Richardson
2023-01-25
Made the ISO-8859-1 smoke test more robust.
Leonard Richardson
2022-04-10
Fixed another crash when overriding multi_valued_attributes and using the
Leonard Richardson
2021-10-24
Issue a warning when an HTML parser is used to parse a document that
Leonard Richardson
2021-10-24
Used a warning to formally deprecate the 'text' argument in favor of 'string'.
Leonard Richardson
2021-10-23
Added a workaround for an lxml bug (https://bugs.launchpad.net/lxml/+bug/19...
Leonard Richardson
2021-10-23
Fixed a crash when overriding multi_valued_attributes and using the
Leonard Richardson
2021-10-11
Broke up some monolithic unit test files.
Leonard Richardson
2021-10-11
Moved the test classes to tests/__init__.py.
Leonard Richardson