You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* basic tests on tile macro
* empty id error fix
* fixed invalid img attributes
* fix missing alt attribute
* add img_width and img_height to docs
* test that img width and height are set by the image macro
* refactor make
* only run pytest on mac/linux
* future test for breaking change
Copy file name to clipboardExpand all lines: DEVELOPER_README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ make tox
127
127
```
128
128
129
129
### Add Tests
130
-
Test suite setup is not complete yet. See progress on this issue[here](https://github.com/ntno/mkdocs-terminal/issues/13). If you have experience creating automated tests for Jinja2 please consider making a contribution!
130
+
Test suite setup is in progress. See [GitHub issue](https://github.com/ntno/mkdocs-terminal/issues/13) for details. If you have experience creating automated tests for Jinja2 please consider making a contribution!
131
131
132
132
### Push Changes and Create PR
133
133
See [Work On Pull Request](https://github.com/susam/gitpr#work-on-pull-request) for help on adding/pushing changes to your feature branch.
0 commit comments