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
/
test_pageelement.py
Age
Commit message (
Collapse
)
Author
2023-03-24
Added a test just to verify that you can encode a document more deeply ↵
Leonard Richardson
nested than the Python recursion limit.
2023-03-24
Keep track of the specific tag that put us into string literal mode, and ↵
Leonard Richardson
only exit when that particular tag is closed.
2023-03-21
Reimplemented the pretty-print algorithm to remove recursive function calls.
Leonard Richardson
2023-02-03
Move the Soup Sieve proxy and its tests into separate files.
Leonard Richardson
2023-02-03
Consistently use the name 'tag' instead of 'element,' since CSS selectors ↵
Leonard Richardson
only operate on tags. Verify that select() and filter() return ResultSets.
2023-02-02
Test implementation.
Leonard Richardson
2023-01-31
Fixed missing import that caused test failures when Soup Sieve is installed.
Leonard Richardson
2023-01-31
Consistently use pytest.mark.skipif to skip tests when the corresponding ↵
Leonard Richardson
libraries are not installed.
2023-01-25
Tag.interesting_string_types is now propagated when a tag is
Leonard Richardson
copied. [bug=1990400]
2021-10-11
Broke up some monolithic unit test files.
Leonard Richardson