summaryrefslogtreecommitdiff
path: root/bs4/tests/test_formatter.py
AgeCommit message (Expand)Author
2023-03-21Reimplemented the pretty-print algorithm to remove recursive function calls.Leonard Richardson
2021-12-21It's now possible to customize the way output is indented byLeonard Richardson
2021-10-11Moved the test classes to tests/__init__.py.Leonard Richardson
2021-10-09Moved testing.py into the same package as the tests.Leonard Richardson
2021-09-12Ported unit tests to use pytest.Leonard Richardson
2021-09-07Goodbye, Python 2. [bug=1942919]Leonard Richardson
2021-02-14The 'html5' formatter now treats attributes whose values are theLeonard Richardson