From 651f94e51c5e5038edf14127abec3edca19a1cf5 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 30 Oct 2021 02:13:42 +0100 Subject: [PATCH] adding testing notes --- dev/notes/test.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev/notes/test.md diff --git a/dev/notes/test.md b/dev/notes/test.md new file mode 100644 index 0000000..1c065d0 --- /dev/null +++ b/dev/notes/test.md @@ -0,0 +1,30 @@ +# testing notes + +optional: +- template_path +- example +- template_filename + +required: +- base_path +- page_path +- filename +- extension +- name +- user_input - should be optional + + + +- page with a template +- page without a template +- page using date tokens +- page using input tokens +- page using name tokens + + +- user input does not match number of input tokens + + + + +- user input does match number of input tokensE