Welcome to unbrowsed¶
unbrowsed is a browserless HTML testing library for Python, inspired by testing-library.
Overview¶
unbrowsed allows you to test HTML without spawning a browser. It provides a simple, intuitive API for querying HTML elements similar to testing-library’s approach, encouraging accessible and maintainable tests.
Features¶
Fast HTML parsing with selectolax
Query functions that encourage accessible testing practices
Contents: