summaryrefslogtreecommitdiff
path: root/bs4/tests/test_pageelement.py
AgeCommit message (Collapse)Author
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 ↵Leonard Richardson
libraries are not installed.
2023-01-25Tag.interesting_string_types is now propagated when a tag isLeonard Richardson
copied. [bug=1990400]
2021-10-11Broke up some monolithic unit test files.Leonard Richardson