about summary refs log tree commit diff stats
path: root/components/attributes_test.go
Commit message (Collapse)AuthorAgeLines
* Mark the assert test helpers as such (#90)Markus Wüstenberg2021-10-06-1/+1
| | | | | Using `t.Helper()`. Also move the assert package to be internal.
* Add examples in test files (#80)Markus Wüstenberg2021-06-08-0/+7
| | | These show up in godoc.
* Move elements and attributes into html package (#52)Markus Wüstenberg2020-12-10-0/+32
This makes it easier to use dot-imports. Also updated the readme and examples with new usage, and move the `Classes` helper into the `components` package.