Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
GNU Lesser General Public License v3.0
1.69k stars 109 forks source link

Remove brittle test #178

Closed Knio closed 1 year ago

Knio commented 1 year ago

Fixes #177 Fixes #176

coveralls commented 1 year ago

Coverage Status

coverage: 100.0%. remained the same when pulling 680e2bdbea07b3d532a1607874043d27a9b2120d on knio/2323-bad-test into f7161487fc1fda27293c86f127dad15333044bac on master.