summaryrefslogtreecommitdiff
path: root/bs4/tests/test_pageelement.py
AgeCommit message (Expand)Author
2023-04-07Fixed an unhandled exception in BeautifulSoup.decode_contentsLeonard Richardson
2023-03-27Make it possible to pickle a deeply nested BeautifulSoup object.Leonard Richardson
2023-03-27Slightly optimized a slow test.Leonard Richardson
2023-03-24Implement nonrecursive versions of copy and deepcopy using the new _event_str...Leonard Richardson
2023-03-24Added a test just to verify that you can encode a document more deeply nested...Leonard Richardson
2023-03-24Keep track of the specific tag that put us into string literal mode, and only...Leonard Richardson
2023-03-21Reimplemented the pretty-print algorithm to remove recursive function calls.Leonard Richardson
2023-02-03Move the Soup Sieve proxy and its tests into separate files.Leonard Richardson
2023-02-03Consistently use the name 'tag' instead of 'element,' since CSS selectors onl...Leonard Richardson
2023-02-02Test implementation.Leonard Richardson
2023-01-31Fixed missing import that caused test failures when Soup Sieve is installed.Leonard Richardson
2023-01-31Consistently use pytest.mark.skipif to skip tests when the corresponding libr...Leonard Richardson
2023-01-25Tag.interesting_string_types is now propagated when a tag isLeonard Richardson
2021-10-11Broke up some monolithic unit test files.Leonard Richardson