issues
search
jplatte
/
hinoki
A simple, yet very flexible static site generator.
GNU Affero General Public License v3.0
9
stars
2
forks
source link
Testing
#35
Open
jplatte
opened
2 months ago
jplatte
commented
2 months ago
Some things I need to write tests for:
[ ] Unset optional fields like
title
should be checked via
is defined
in template code; make sure this works (had a bug where it was
none
and
is defined
returned
true
)
Some things I need to write tests for:
title
should be checked viais defined
in template code; make sure this works (had a bug where it wasnone
andis defined
returnedtrue
)